Shades of Deep Pink #F80378
Tints of Deep Pink #F80378
RGB
CMYK
RGB Variations
Color information
#F80378 (or 0xF80378) is known color: Deep Pink. HEX triplet: F8, 03 and 78. RGB value is (248,3,120). Sum of RGB (Red+Green+Blue) = 248+3+120=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F80378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80378 is #07FC87. Grayscale: #595959. Windows color (decimal): -523400 or 7865336. OLE color: 7865336.
HSL color Cylindrical-coordinate representation of color #F80378: hue angle of 331.35º 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 #F80378 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.03 |
| HSL | 331.35º | 0.98% | 0.49% | - |
| HSV(B) | 331.35º | 0.99% | 0.97% | - |
| XYZ | 42.13 | 21.38 | 19.67 | - |
| YUV | 89.59 | 145.17 | 240.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 120 | 0 | 0.99 | 0.52 | 0.03 | 331.35 | 0.98 | 0.49 |
| Hex | F8 | 3 | 78 | 0 | 63 | 34 | 3 | 14B | 62 | 31 |
| Octal | 370 | 3 | 170 | 0 | 143 | 64 | 3 | 513 | 142 | 61 |
| Binary | 11111000 | 11 | 1111000 | 0 | 1100011 | 110100 | 11 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F80378
Complementary color
Monochromatic Colors of #F80378
Black with #F80378
Text Example
Text Example
White with #F80378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80378; }
p { color: rgb(248,3,120); }
H1.HeaderClassName
{
color: #F80378;
}
.AnyTagClassName
{
color: #F80378;
}
</style>
background-color css
<style>
a { background-color: #F80378; }
a { background-color: rgb(248,3,120); }
div.DivClassName
{
background-color: #F80378;
}
.BgClassName
{
background-color: #F80378;
}
</style>
border-color css
<style>
span { border-color: #F80378; }
span { border-color: rgb(248,3,120); }
td.TdClassName
{
border-color: #F80378;
}
.TagClassName
{
border-color: #F80378;
}
</style>