Shades of Deep Pink #F82078
Tints of Deep Pink #F82078
RGB
CMYK
RGB Variations
Color information
#F82078 (or 0xF82078) is known color: Deep Pink. HEX triplet: F8, 20 and 78. RGB value is (248,32,120). Sum of RGB (Red+Green+Blue) = 248+32+120=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F82078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82078 is #07DF87. Grayscale: #6A6A6A. Windows color (decimal): -515976 or 7872760. OLE color: 7872760.
HSL color Cylindrical-coordinate representation of color #F82078: hue angle of 335.56º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F82078 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 120 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.03 |
| HSL | 335.56º | 0.94% | 0.55% | - |
| HSV(B) | 335.56º | 0.87% | 0.97% | - |
| XYZ | 42.62 | 22.35 | 19.84 | - |
| YUV | 106.62 | 135.56 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 120 | 0 | 0.87 | 0.52 | 0.03 | 335.56 | 0.94 | 0.55 |
| Hex | F8 | 20 | 78 | 0 | 57 | 34 | 3 | 150 | 5E | 37 |
| Octal | 370 | 40 | 170 | 0 | 127 | 64 | 3 | 520 | 136 | 67 |
| Binary | 11111000 | 100000 | 1111000 | 0 | 1010111 | 110100 | 11 | 101010000 | 1011110 | 110111 |
Color Harmonies of #F82078
Complementary color
Monochromatic Colors of #F82078
Black with #F82078
Text Example
Text Example
White with #F82078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82078; }
p { color: rgb(248,32,120); }
H1.HeaderClassName
{
color: #F82078;
}
.AnyTagClassName
{
color: #F82078;
}
</style>
background-color css
<style>
a { background-color: #F82078; }
a { background-color: rgb(248,32,120); }
div.DivClassName
{
background-color: #F82078;
}
.BgClassName
{
background-color: #F82078;
}
</style>
border-color css
<style>
span { border-color: #F82078; }
span { border-color: rgb(248,32,120); }
td.TdClassName
{
border-color: #F82078;
}
.TagClassName
{
border-color: #F82078;
}
</style>