Shades of Deep Pink #F80A8C
Tints of Deep Pink #F80A8C
RGB
CMYK
RGB Variations
Color information
#F80A8C (or 0xF80A8C) is known color: Deep Pink. HEX triplet: F8, 0A and 8C. RGB value is (248,10,140). Sum of RGB (Red+Green+Blue) = 248+10+140=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80A8C is #07F573. Grayscale: #5F5F5F. Windows color (decimal): -521588 or 9177848. OLE color: 9177848.
HSL color Cylindrical-coordinate representation of color #F80A8C: hue angle of 327.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80A8C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.03 |
| HSL | 327.23º | 0.94% | 0.51% | - |
| HSV(B) | 327.23º | 0.96% | 0.97% | - |
| XYZ | 43.55 | 22.07 | 26.77 | - |
| YUV | 95.98 | 152.85 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 140 | 0 | 0.96 | 0.44 | 0.03 | 327.23 | 0.94 | 0.51 |
| Hex | F8 | A | 8C | 0 | 60 | 2C | 3 | 147 | 5E | 33 |
| Octal | 370 | 12 | 214 | 0 | 140 | 54 | 3 | 507 | 136 | 63 |
| Binary | 11111000 | 1010 | 10001100 | 0 | 1100000 | 101100 | 11 | 101000111 | 1011110 | 110011 |
Color Harmonies of #F80A8C
Complementary color
Monochromatic Colors of #F80A8C
Black with #F80A8C
Text Example
Text Example
White with #F80A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A8C; }
p { color: rgb(248,10,140); }
H1.HeaderClassName
{
color: #F80A8C;
}
.AnyTagClassName
{
color: #F80A8C;
}
</style>
background-color css
<style>
a { background-color: #F80A8C; }
a { background-color: rgb(248,10,140); }
div.DivClassName
{
background-color: #F80A8C;
}
.BgClassName
{
background-color: #F80A8C;
}
</style>
border-color css
<style>
span { border-color: #F80A8C; }
span { border-color: rgb(248,10,140); }
td.TdClassName
{
border-color: #F80A8C;
}
.TagClassName
{
border-color: #F80A8C;
}
</style>