Shades of Deep Pink #F00A91
Tints of Deep Pink #F00A91
RGB
CMYK
RGB Variations
Color information
#F00A91 (or 0xF00A91) is known color: Deep Pink. HEX triplet: F0, 0A and 91. RGB value is (240,10,145). Sum of RGB (Red+Green+Blue) = 240+10+145=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A91 is #0FF56E. Grayscale: #5D5D5D. Windows color (decimal): -1045871 or 9505520. OLE color: 9505520.
HSL color Cylindrical-coordinate representation of color #F00A91: hue angle of 324.78º 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 #F00A91 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 145 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.06 |
| HSL | 324.78º | 0.92% | 0.49% | - |
| HSV(B) | 324.78º | 0.96% | 0.94% | - |
| XYZ | 41.15 | 20.79 | 28.63 | - |
| YUV | 94.16 | 156.7 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 145 | 0 | 0.96 | 0.40 | 0.06 | 324.78 | 0.92 | 0.49 |
| Hex | F0 | A | 91 | 0 | 60 | 28 | 6 | 145 | 5C | 31 |
| Octal | 360 | 12 | 221 | 0 | 140 | 50 | 6 | 505 | 134 | 61 |
| Binary | 11110000 | 1010 | 10010001 | 0 | 1100000 | 101000 | 110 | 101000101 | 1011100 | 110001 |
Color Harmonies of #F00A91
Complementary color
Monochromatic Colors of #F00A91
Black with #F00A91
Text Example
Text Example
White with #F00A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A91; }
p { color: rgb(240,10,145); }
H1.HeaderClassName
{
color: #F00A91;
}
.AnyTagClassName
{
color: #F00A91;
}
</style>
background-color css
<style>
a { background-color: #F00A91; }
a { background-color: rgb(240,10,145); }
div.DivClassName
{
background-color: #F00A91;
}
.BgClassName
{
background-color: #F00A91;
}
</style>
border-color css
<style>
span { border-color: #F00A91; }
span { border-color: rgb(240,10,145); }
td.TdClassName
{
border-color: #F00A91;
}
.TagClassName
{
border-color: #F00A91;
}
</style>