Shades of Deep Pink #F82079
Tints of Deep Pink #F82079
RGB
CMYK
RGB Variations
Color information
#F82079 (or 0xF82079) is known color: Deep Pink. HEX triplet: F8, 20 and 79. RGB value is (248,32,121). Sum of RGB (Red+Green+Blue) = 248+32+121=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F82079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82079 is #07DF86. Grayscale: #6A6A6A. Windows color (decimal): -515975 or 7938296. OLE color: 7938296.
HSL color Cylindrical-coordinate representation of color #F82079: hue angle of 335.28º 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 #F82079 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 121 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.03 |
| HSL | 335.28º | 0.94% | 0.55% | - |
| HSV(B) | 335.28º | 0.87% | 0.97% | - |
| XYZ | 42.68 | 22.37 | 20.16 | - |
| YUV | 106.73 | 136.06 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 121 | 0 | 0.87 | 0.51 | 0.03 | 335.28 | 0.94 | 0.55 |
| Hex | F8 | 20 | 79 | 0 | 57 | 33 | 3 | 14F | 5E | 37 |
| Octal | 370 | 40 | 171 | 0 | 127 | 63 | 3 | 517 | 136 | 67 |
| Binary | 11111000 | 100000 | 1111001 | 0 | 1010111 | 110011 | 11 | 101001111 | 1011110 | 110111 |
Color Harmonies of #F82079
Complementary color
Monochromatic Colors of #F82079
Black with #F82079
Text Example
Text Example
White with #F82079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82079; }
p { color: rgb(248,32,121); }
H1.HeaderClassName
{
color: #F82079;
}
.AnyTagClassName
{
color: #F82079;
}
</style>
background-color css
<style>
a { background-color: #F82079; }
a { background-color: rgb(248,32,121); }
div.DivClassName
{
background-color: #F82079;
}
.BgClassName
{
background-color: #F82079;
}
</style>
border-color css
<style>
span { border-color: #F82079; }
span { border-color: rgb(248,32,121); }
td.TdClassName
{
border-color: #F82079;
}
.TagClassName
{
border-color: #F82079;
}
</style>