Shades of Deep Pink #F10E7A
Tints of Deep Pink #F10E7A
RGB
CMYK
RGB Variations
Color information
#F10E7A (or 0xF10E7A) is known color: Deep Pink. HEX triplet: F1, 0E and 7A. RGB value is (241,14,122). Sum of RGB (Red+Green+Blue) = 241+14+122=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10E7A is #0EF185. Grayscale: #5D5D5D. Windows color (decimal): -979334 or 7999217. OLE color: 7999217.
HSL color Cylindrical-coordinate representation of color #F10E7A: hue angle of 331.45º 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 #F10E7A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.05 |
| HSL | 331.45º | 0.89% | 0.5% | - |
| HSV(B) | 331.45º | 0.94% | 0.95% | - |
| XYZ | 39.95 | 20.42 | 20.25 | - |
| YUV | 94.19 | 143.71 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 122 | 0 | 0.94 | 0.49 | 0.05 | 331.45 | 0.89 | 0.5 |
| Hex | F1 | E | 7A | 0 | 5E | 31 | 5 | 14B | 59 | 32 |
| Octal | 361 | 16 | 172 | 0 | 136 | 61 | 5 | 513 | 131 | 62 |
| Binary | 11110001 | 1110 | 1111010 | 0 | 1011110 | 110001 | 101 | 101001011 | 1011001 | 110010 |
Color Harmonies of #F10E7A
Complementary color
Monochromatic Colors of #F10E7A
Black with #F10E7A
Text Example
Text Example
White with #F10E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E7A; }
p { color: rgb(241,14,122); }
H1.HeaderClassName
{
color: #F10E7A;
}
.AnyTagClassName
{
color: #F10E7A;
}
</style>
background-color css
<style>
a { background-color: #F10E7A; }
a { background-color: rgb(241,14,122); }
div.DivClassName
{
background-color: #F10E7A;
}
.BgClassName
{
background-color: #F10E7A;
}
</style>
border-color css
<style>
span { border-color: #F10E7A; }
span { border-color: rgb(241,14,122); }
td.TdClassName
{
border-color: #F10E7A;
}
.TagClassName
{
border-color: #F10E7A;
}
</style>