Shades of Deep Pink #F10E8C
Tints of Deep Pink #F10E8C
RGB
CMYK
RGB Variations
Color information
#F10E8C (or 0xF10E8C) is known color: Deep Pink. HEX triplet: F1, 0E and 8C. RGB value is (241,14,140). Sum of RGB (Red+Green+Blue) = 241+14+140=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10E8C is #0EF173. Grayscale: #5F5F5F. Windows color (decimal): -979316 or 9178865. OLE color: 9178865.
HSL color Cylindrical-coordinate representation of color #F10E8C: hue angle of 326.7º 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 #F10E8C is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 140 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.05 |
| HSL | 326.7º | 0.89% | 0.5% | - |
| HSV(B) | 326.7º | 0.94% | 0.95% | - |
| XYZ | 41.17 | 20.91 | 26.68 | - |
| YUV | 96.24 | 152.71 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 140 | 0 | 0.94 | 0.42 | 0.05 | 326.7 | 0.89 | 0.5 |
| Hex | F1 | E | 8C | 0 | 5E | 2A | 5 | 147 | 59 | 32 |
| Octal | 361 | 16 | 214 | 0 | 136 | 52 | 5 | 507 | 131 | 62 |
| Binary | 11110001 | 1110 | 10001100 | 0 | 1011110 | 101010 | 101 | 101000111 | 1011001 | 110010 |
Color Harmonies of #F10E8C
Complementary color
Monochromatic Colors of #F10E8C
Black with #F10E8C
Text Example
Text Example
White with #F10E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E8C; }
p { color: rgb(241,14,140); }
H1.HeaderClassName
{
color: #F10E8C;
}
.AnyTagClassName
{
color: #F10E8C;
}
</style>
background-color css
<style>
a { background-color: #F10E8C; }
a { background-color: rgb(241,14,140); }
div.DivClassName
{
background-color: #F10E8C;
}
.BgClassName
{
background-color: #F10E8C;
}
</style>
border-color css
<style>
span { border-color: #F10E8C; }
span { border-color: rgb(241,14,140); }
td.TdClassName
{
border-color: #F10E8C;
}
.TagClassName
{
border-color: #F10E8C;
}
</style>