Shades of Deep Pink #F80478
Tints of Deep Pink #F80478
RGB
CMYK
RGB Variations
Color information
#F80478 (or 0xF80478) is known color: Deep Pink. HEX triplet: F8, 04 and 78. RGB value is (248,4,120). Sum of RGB (Red+Green+Blue) = 248+4+120=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F80478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80478 is #07FB87. Grayscale: #595959. Windows color (decimal): -523144 or 7865592. OLE color: 7865592.
HSL color Cylindrical-coordinate representation of color #F80478: hue angle of 331.48º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80478 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.03 |
| HSL | 331.48º | 0.97% | 0.49% | - |
| HSV(B) | 331.48º | 0.98% | 0.97% | - |
| XYZ | 42.14 | 21.4 | 19.68 | - |
| YUV | 90.18 | 144.84 | 240.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 120 | 0 | 0.98 | 0.52 | 0.03 | 331.48 | 0.97 | 0.49 |
| Hex | F8 | 4 | 78 | 0 | 62 | 34 | 3 | 14B | 61 | 31 |
| Octal | 370 | 4 | 170 | 0 | 142 | 64 | 3 | 513 | 141 | 61 |
| Binary | 11111000 | 100 | 1111000 | 0 | 1100010 | 110100 | 11 | 101001011 | 1100001 | 110001 |
Color Harmonies of #F80478
Complementary color
Monochromatic Colors of #F80478
Black with #F80478
Text Example
Text Example
White with #F80478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80478; }
p { color: rgb(248,4,120); }
H1.HeaderClassName
{
color: #F80478;
}
.AnyTagClassName
{
color: #F80478;
}
</style>
background-color css
<style>
a { background-color: #F80478; }
a { background-color: rgb(248,4,120); }
div.DivClassName
{
background-color: #F80478;
}
.BgClassName
{
background-color: #F80478;
}
</style>
border-color css
<style>
span { border-color: #F80478; }
span { border-color: rgb(248,4,120); }
td.TdClassName
{
border-color: #F80478;
}
.TagClassName
{
border-color: #F80478;
}
</style>