Shades of Deep Pink #F00A80
Tints of Deep Pink #F00A80
RGB
CMYK
RGB Variations
Color information
#F00A80 (or 0xF00A80) is known color: Deep Pink. HEX triplet: F0, 0A and 80. RGB value is (240,10,128). Sum of RGB (Red+Green+Blue) = 240+10+128=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A80 is #0FF57F. Grayscale: #5B5B5B. Windows color (decimal): -1045888 or 8391408. OLE color: 8391408.
HSL color Cylindrical-coordinate representation of color #F00A80: hue angle of 329.22º 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 #F00A80 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 128 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.06 |
| HSL | 329.22º | 0.92% | 0.49% | - |
| HSV(B) | 329.22º | 0.96% | 0.94% | - |
| XYZ | 39.94 | 20.3 | 22.24 | - |
| YUV | 92.22 | 148.2 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 128 | 0 | 0.96 | 0.47 | 0.06 | 329.22 | 0.92 | 0.49 |
| Hex | F0 | A | 80 | 0 | 60 | 2F | 6 | 149 | 5C | 31 |
| Octal | 360 | 12 | 200 | 0 | 140 | 57 | 6 | 511 | 134 | 61 |
| Binary | 11110000 | 1010 | 10000000 | 0 | 1100000 | 101111 | 110 | 101001001 | 1011100 | 110001 |
Color Harmonies of #F00A80
Complementary color
Monochromatic Colors of #F00A80
Black with #F00A80
Text Example
Text Example
White with #F00A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A80; }
p { color: rgb(240,10,128); }
H1.HeaderClassName
{
color: #F00A80;
}
.AnyTagClassName
{
color: #F00A80;
}
</style>
background-color css
<style>
a { background-color: #F00A80; }
a { background-color: rgb(240,10,128); }
div.DivClassName
{
background-color: #F00A80;
}
.BgClassName
{
background-color: #F00A80;
}
</style>
border-color css
<style>
span { border-color: #F00A80; }
span { border-color: rgb(240,10,128); }
td.TdClassName
{
border-color: #F00A80;
}
.TagClassName
{
border-color: #F00A80;
}
</style>