Shades of Deep Pink #F10F88
Tints of Deep Pink #F10F88
RGB
CMYK
RGB Variations
Color information
#F10F88 (or 0xF10F88) is known color: Deep Pink. HEX triplet: F1, 0F and 88. RGB value is (241,15,136). Sum of RGB (Red+Green+Blue) = 241+15+136=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F88 is #0EF077. Grayscale: #606060. Windows color (decimal): -979064 or 8916977. OLE color: 8916977.
HSL color Cylindrical-coordinate representation of color #F10F88: hue angle of 327.88º 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 #F10F88 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 136 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.05 |
| HSL | 327.88º | 0.89% | 0.5% | - |
| HSV(B) | 327.88º | 0.94% | 0.95% | - |
| XYZ | 40.89 | 20.82 | 25.16 | - |
| YUV | 96.37 | 150.37 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 136 | 0 | 0.94 | 0.44 | 0.05 | 327.88 | 0.89 | 0.5 |
| Hex | F1 | F | 88 | 0 | 5E | 2C | 5 | 148 | 59 | 32 |
| Octal | 361 | 17 | 210 | 0 | 136 | 54 | 5 | 510 | 131 | 62 |
| Binary | 11110001 | 1111 | 10001000 | 0 | 1011110 | 101100 | 101 | 101001000 | 1011001 | 110010 |
Color Harmonies of #F10F88
Complementary color
Monochromatic Colors of #F10F88
Black with #F10F88
Text Example
Text Example
White with #F10F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F88; }
p { color: rgb(241,15,136); }
H1.HeaderClassName
{
color: #F10F88;
}
.AnyTagClassName
{
color: #F10F88;
}
</style>
background-color css
<style>
a { background-color: #F10F88; }
a { background-color: rgb(241,15,136); }
div.DivClassName
{
background-color: #F10F88;
}
.BgClassName
{
background-color: #F10F88;
}
</style>
border-color css
<style>
span { border-color: #F10F88; }
span { border-color: rgb(241,15,136); }
td.TdClassName
{
border-color: #F10F88;
}
.TagClassName
{
border-color: #F10F88;
}
</style>