Shades of Deep Pink #F00A88
Tints of Deep Pink #F00A88
RGB
CMYK
RGB Variations
Color information
#F00A88 (or 0xF00A88) is known color: Deep Pink. HEX triplet: F0, 0A and 88. RGB value is (240,10,136). Sum of RGB (Red+Green+Blue) = 240+10+136=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A88 is #0FF577. Grayscale: #5C5C5C. Windows color (decimal): -1045880 or 8915696. OLE color: 8915696.
HSL color Cylindrical-coordinate representation of color #F00A88: hue angle of 327.13º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A88 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 136 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.06 |
| HSL | 327.13º | 0.92% | 0.49% | - |
| HSV(B) | 327.13º | 0.96% | 0.94% | - |
| XYZ | 40.49 | 20.52 | 25.12 | - |
| YUV | 93.13 | 152.2 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 136 | 0 | 0.96 | 0.43 | 0.06 | 327.13 | 0.92 | 0.49 |
| Hex | F0 | A | 88 | 0 | 60 | 2B | 6 | 147 | 5C | 31 |
| Octal | 360 | 12 | 210 | 0 | 140 | 53 | 6 | 507 | 134 | 61 |
| Binary | 11110000 | 1010 | 10001000 | 0 | 1100000 | 101011 | 110 | 101000111 | 1011100 | 110001 |
Color Harmonies of #F00A88
Complementary color
Monochromatic Colors of #F00A88
Black with #F00A88
Text Example
Text Example
White with #F00A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A88; }
p { color: rgb(240,10,136); }
H1.HeaderClassName
{
color: #F00A88;
}
.AnyTagClassName
{
color: #F00A88;
}
</style>
background-color css
<style>
a { background-color: #F00A88; }
a { background-color: rgb(240,10,136); }
div.DivClassName
{
background-color: #F00A88;
}
.BgClassName
{
background-color: #F00A88;
}
</style>
border-color css
<style>
span { border-color: #F00A88; }
span { border-color: rgb(240,10,136); }
td.TdClassName
{
border-color: #F00A88;
}
.TagClassName
{
border-color: #F00A88;
}
</style>