Shades of Deep Pink #F10E82
Tints of Deep Pink #F10E82
RGB
CMYK
RGB Variations
Color information
#F10E82 (or 0xF10E82) is known color: Deep Pink. HEX triplet: F1, 0E and 82. RGB value is (241,14,130). Sum of RGB (Red+Green+Blue) = 241+14+130=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10E82 is #0EF17D. Grayscale: #5E5E5E. Windows color (decimal): -979326 or 8523505. OLE color: 8523505.
HSL color Cylindrical-coordinate representation of color #F10E82: hue angle of 329.34º 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 #F10E82 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 130 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.05 |
| HSL | 329.34º | 0.89% | 0.5% | - |
| HSV(B) | 329.34º | 0.94% | 0.95% | - |
| XYZ | 40.46 | 20.63 | 22.97 | - |
| YUV | 95.1 | 147.71 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 130 | 0 | 0.94 | 0.46 | 0.05 | 329.34 | 0.89 | 0.5 |
| Hex | F1 | E | 82 | 0 | 5E | 2E | 5 | 149 | 59 | 32 |
| Octal | 361 | 16 | 202 | 0 | 136 | 56 | 5 | 511 | 131 | 62 |
| Binary | 11110001 | 1110 | 10000010 | 0 | 1011110 | 101110 | 101 | 101001001 | 1011001 | 110010 |
Color Harmonies of #F10E82
Complementary color
Monochromatic Colors of #F10E82
Black with #F10E82
Text Example
Text Example
White with #F10E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E82; }
p { color: rgb(241,14,130); }
H1.HeaderClassName
{
color: #F10E82;
}
.AnyTagClassName
{
color: #F10E82;
}
</style>
background-color css
<style>
a { background-color: #F10E82; }
a { background-color: rgb(241,14,130); }
div.DivClassName
{
background-color: #F10E82;
}
.BgClassName
{
background-color: #F10E82;
}
</style>
border-color css
<style>
span { border-color: #F10E82; }
span { border-color: rgb(241,14,130); }
td.TdClassName
{
border-color: #F10E82;
}
.TagClassName
{
border-color: #F10E82;
}
</style>