Shades of Deep Pink #F10F87
Tints of Deep Pink #F10F87
RGB
CMYK
RGB Variations
Color information
#F10F87 (or 0xF10F87) is known color: Deep Pink. HEX triplet: F1, 0F and 87. RGB value is (241,15,135). Sum of RGB (Red+Green+Blue) = 241+15+135=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F87 is #0EF078. Grayscale: #5F5F5F. Windows color (decimal): -979065 or 8851441. OLE color: 8851441.
HSL color Cylindrical-coordinate representation of color #F10F87: hue angle of 328.14º 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 #F10F87 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 135 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.05 |
| HSL | 328.14º | 0.89% | 0.5% | - |
| HSV(B) | 328.14º | 0.94% | 0.95% | - |
| XYZ | 40.82 | 20.79 | 24.78 | - |
| YUV | 96.25 | 149.87 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 135 | 0 | 0.94 | 0.44 | 0.05 | 328.14 | 0.89 | 0.5 |
| Hex | F1 | F | 87 | 0 | 5E | 2C | 5 | 148 | 59 | 32 |
| Octal | 361 | 17 | 207 | 0 | 136 | 54 | 5 | 510 | 131 | 62 |
| Binary | 11110001 | 1111 | 10000111 | 0 | 1011110 | 101100 | 101 | 101001000 | 1011001 | 110010 |
Color Harmonies of #F10F87
Complementary color
Monochromatic Colors of #F10F87
Black with #F10F87
Text Example
Text Example
White with #F10F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F87; }
p { color: rgb(241,15,135); }
H1.HeaderClassName
{
color: #F10F87;
}
.AnyTagClassName
{
color: #F10F87;
}
</style>
background-color css
<style>
a { background-color: #F10F87; }
a { background-color: rgb(241,15,135); }
div.DivClassName
{
background-color: #F10F87;
}
.BgClassName
{
background-color: #F10F87;
}
</style>
border-color css
<style>
span { border-color: #F10F87; }
span { border-color: rgb(241,15,135); }
td.TdClassName
{
border-color: #F10F87;
}
.TagClassName
{
border-color: #F10F87;
}
</style>