Shades of Deep Pink #F10E86
Tints of Deep Pink #F10E86
RGB
CMYK
RGB Variations
Color information
#F10E86 (or 0xF10E86) is known color: Deep Pink. HEX triplet: F1, 0E and 86. RGB value is (241,14,134). Sum of RGB (Red+Green+Blue) = 241+14+134=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10E86 is #0EF179. Grayscale: #5F5F5F. Windows color (decimal): -979322 or 8785649. OLE color: 8785649.
HSL color Cylindrical-coordinate representation of color #F10E86: hue angle of 328.28º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E86 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 134 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.05 |
| HSL | 328.28º | 0.89% | 0.5% | - |
| HSV(B) | 328.28º | 0.94% | 0.95% | - |
| XYZ | 40.74 | 20.74 | 24.41 | - |
| YUV | 95.55 | 149.71 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 134 | 0 | 0.94 | 0.44 | 0.05 | 328.28 | 0.89 | 0.5 |
| Hex | F1 | E | 86 | 0 | 5E | 2C | 5 | 148 | 59 | 32 |
| Octal | 361 | 16 | 206 | 0 | 136 | 54 | 5 | 510 | 131 | 62 |
| Binary | 11110001 | 1110 | 10000110 | 0 | 1011110 | 101100 | 101 | 101001000 | 1011001 | 110010 |
Color Harmonies of #F10E86
Complementary color
Monochromatic Colors of #F10E86
Black with #F10E86
Text Example
Text Example
White with #F10E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E86; }
p { color: rgb(241,14,134); }
H1.HeaderClassName
{
color: #F10E86;
}
.AnyTagClassName
{
color: #F10E86;
}
</style>
background-color css
<style>
a { background-color: #F10E86; }
a { background-color: rgb(241,14,134); }
div.DivClassName
{
background-color: #F10E86;
}
.BgClassName
{
background-color: #F10E86;
}
</style>
border-color css
<style>
span { border-color: #F10E86; }
span { border-color: rgb(241,14,134); }
td.TdClassName
{
border-color: #F10E86;
}
.TagClassName
{
border-color: #F10E86;
}
</style>