Shades of Deep Pink #F80278
Tints of Deep Pink #F80278
RGB
CMYK
RGB Variations
Color information
#F80278 (or 0xF80278) is known color: Deep Pink. HEX triplet: F8, 02 and 78. RGB value is (248,2,120). Sum of RGB (Red+Green+Blue) = 248+2+120=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F80278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80278 is #07FD87. Grayscale: #585858. Windows color (decimal): -523656 or 7865080. OLE color: 7865080.
HSL color Cylindrical-coordinate representation of color #F80278: hue angle of 331.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80278 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.03 |
| HSL | 331.22º | 0.98% | 0.49% | - |
| HSV(B) | 331.22º | 0.99% | 0.97% | - |
| XYZ | 42.12 | 21.36 | 19.67 | - |
| YUV | 89.01 | 145.5 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 120 | 0 | 0.99 | 0.52 | 0.03 | 331.22 | 0.98 | 0.49 |
| Hex | F8 | 2 | 78 | 0 | 63 | 34 | 3 | 14B | 62 | 31 |
| Octal | 370 | 2 | 170 | 0 | 143 | 64 | 3 | 513 | 142 | 61 |
| Binary | 11111000 | 10 | 1111000 | 0 | 1100011 | 110100 | 11 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F80278
Complementary color
Monochromatic Colors of #F80278
Black with #F80278
Text Example
Text Example
White with #F80278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80278; }
p { color: rgb(248,2,120); }
H1.HeaderClassName
{
color: #F80278;
}
.AnyTagClassName
{
color: #F80278;
}
</style>
background-color css
<style>
a { background-color: #F80278; }
a { background-color: rgb(248,2,120); }
div.DivClassName
{
background-color: #F80278;
}
.BgClassName
{
background-color: #F80278;
}
</style>
border-color css
<style>
span { border-color: #F80278; }
span { border-color: rgb(248,2,120); }
td.TdClassName
{
border-color: #F80278;
}
.TagClassName
{
border-color: #F80278;
}
</style>