Color #F1467F

HEX

#F1467F

RGB

(241, 70, 127)

Quick Actions

Color Values

Color Space Values
RGB
R: 241, G: 70, B: 127 (95%, 27%, 50%)
CMYK C: 0%, M: 71%, Y: 47%, K: 5%
HSL H: 340°, S: 86%, L: 61%
HSV H: 340°, S: 71%, V: 95%
CIE-LAB L: 56.69, a: 68.41, b: 6.92
CIE-LCH L: 56.69, C: 68.76, H: 5.78
Hunter-Lab L: 49.61, a: 62.4, b: 2.84
Web Safe
#ff3366
Complementary
#46f0b7

#F1467F is a color with RGB values of 241 red, 70 green, and 127 blue (95%, 27%, 50% respectively). In the CMYK color space, it consists of 0% cyan, 71% magenta, 47% yellow, and 5% black. The color has a hue angle of 340°, 86% saturation, and 61% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ff3366. The complementary color is #46f0b7, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #F1467F

Explore different variations of #F1467F including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #F1467F. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #F1467F

Explore different color combinations and harmonies that work well with #F1467F.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #F1467F

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #F1467F

Text with #F1467F

This text has a font color of #F1467F.

<span style="color:#F1467F;">Text here</span>
.text { color: #F1467F; }

#F1467F background color

This paragraph has a background color of #F1467F.

<p style="background-color:#F1467F;">Content here</p>
.background { background-color: #F1467F; }

#F1467F border color

This element has a border color of #F1467F.
<div style="border:1px solid #F1467F;">Content here</div>
.border { border: 1px solid #F1467F; }

#F1467F box shadow

This element has a box shadow using #F1467F.
<div style="box-shadow: 0 4px 6px -1px #F1467F80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #F1467F80; }
Copied to clipboard!