Shades of Deep Pink #F80477
Tints of Deep Pink #F80477
RGB
CMYK
RGB Variations
Color information
#F80477 (or 0xF80477) is known color: Deep Pink. HEX triplet: F8, 04 and 77. RGB value is (248,4,119). Sum of RGB (Red+Green+Blue) = 248+4+119=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F80477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80477 is #07FB88. Grayscale: #595959. Windows color (decimal): -523145 or 7800056. OLE color: 7800056.
HSL color Cylindrical-coordinate representation of color #F80477: hue angle of 331.72º 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 #F80477 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.03 |
| HSL | 331.72º | 0.97% | 0.49% | - |
| HSV(B) | 331.72º | 0.98% | 0.97% | - |
| XYZ | 42.08 | 21.38 | 19.36 | - |
| YUV | 90.07 | 144.34 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 119 | 0 | 0.98 | 0.52 | 0.03 | 331.72 | 0.97 | 0.49 |
| Hex | F8 | 4 | 77 | 0 | 62 | 34 | 3 | 14C | 61 | 31 |
| Octal | 370 | 4 | 167 | 0 | 142 | 64 | 3 | 514 | 141 | 61 |
| Binary | 11111000 | 100 | 1110111 | 0 | 1100010 | 110100 | 11 | 101001100 | 1100001 | 110001 |
Color Harmonies of #F80477
Complementary color
Monochromatic Colors of #F80477
Black with #F80477
Text Example
Text Example
White with #F80477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80477; }
p { color: rgb(248,4,119); }
H1.HeaderClassName
{
color: #F80477;
}
.AnyTagClassName
{
color: #F80477;
}
</style>
background-color css
<style>
a { background-color: #F80477; }
a { background-color: rgb(248,4,119); }
div.DivClassName
{
background-color: #F80477;
}
.BgClassName
{
background-color: #F80477;
}
</style>
border-color css
<style>
span { border-color: #F80477; }
span { border-color: rgb(248,4,119); }
td.TdClassName
{
border-color: #F80477;
}
.TagClassName
{
border-color: #F80477;
}
</style>