Shades of Deep Pink #F00A90
Tints of Deep Pink #F00A90
RGB
CMYK
RGB Variations
Color information
#F00A90 (or 0xF00A90) is known color: Deep Pink. HEX triplet: F0, 0A and 90. RGB value is (240,10,144). Sum of RGB (Red+Green+Blue) = 240+10+144=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A90 is #0FF56F. Grayscale: #5D5D5D. Windows color (decimal): -1045872 or 9439984. OLE color: 9439984.
HSL color Cylindrical-coordinate representation of color #F00A90: hue angle of 325.04º 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 #F00A90 is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 144 | - |
| CMYK | 0 | 0.96 | 0.4 | 0.06 |
| HSL | 325.04º | 0.92% | 0.49% | - |
| HSV(B) | 325.04º | 0.96% | 0.94% | - |
| XYZ | 41.08 | 20.76 | 28.23 | - |
| YUV | 94.05 | 156.2 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 144 | 0 | 0.96 | 0.4 | 0.06 | 325.04 | 0.92 | 0.49 |
| Hex | F0 | A | 90 | 0 | 60 | 28 | 6 | 145 | 5C | 31 |
| Octal | 360 | 12 | 220 | 0 | 140 | 50 | 6 | 505 | 134 | 61 |
| Binary | 11110000 | 1010 | 10010000 | 0 | 1100000 | 101000 | 110 | 101000101 | 1011100 | 110001 |
Color Harmonies of #F00A90
Complementary color
Monochromatic Colors of #F00A90
Black with #F00A90
Text Example
Text Example
White with #F00A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A90; }
p { color: rgb(240,10,144); }
H1.HeaderClassName
{
color: #F00A90;
}
.AnyTagClassName
{
color: #F00A90;
}
</style>
background-color css
<style>
a { background-color: #F00A90; }
a { background-color: rgb(240,10,144); }
div.DivClassName
{
background-color: #F00A90;
}
.BgClassName
{
background-color: #F00A90;
}
</style>
border-color css
<style>
span { border-color: #F00A90; }
span { border-color: rgb(240,10,144); }
td.TdClassName
{
border-color: #F00A90;
}
.TagClassName
{
border-color: #F00A90;
}
</style>