Shades of Deep Pink #F80079
Tints of Deep Pink #F80079
RGB
CMYK
RGB Variations
Color information
#F80079 (or 0xF80079) is known color: Deep Pink. HEX triplet: F8, 00 and 79. RGB value is (248,0,121). Sum of RGB (Red+Green+Blue) = 248+0+121=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F80079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80079 is #07FF86. Grayscale: #575757. Windows color (decimal): -524167 or 7930104. OLE color: 7930104.
HSL color Cylindrical-coordinate representation of color #F80079: hue angle of 330.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80079 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.51 | 0.03 |
| HSL | 330.73º | 1% | 0.49% | - |
| HSV(B) | 330.73º | 1% | 0.97% | - |
| XYZ | 42.16 | 21.34 | 19.99 | - |
| YUV | 87.95 | 146.66 | 242.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 121 | 0 | 1 | 0.51 | 0.03 | 330.73 | 1 | 0.49 |
| Hex | F8 | 0 | 79 | 0 | 64 | 33 | 3 | 14B | 64 | 31 |
| Octal | 370 | 0 | 171 | 0 | 144 | 63 | 3 | 513 | 144 | 61 |
| Binary | 11111000 | 0 | 1111001 | 0 | 1100100 | 110011 | 11 | 101001011 | 1100100 | 110001 |
Color Harmonies of #F80079
Complementary color
Monochromatic Colors of #F80079
Black with #F80079
Text Example
Text Example
White with #F80079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80079; }
p { color: rgb(248,0,121); }
H1.HeaderClassName
{
color: #F80079;
}
.AnyTagClassName
{
color: #F80079;
}
</style>
background-color css
<style>
a { background-color: #F80079; }
a { background-color: rgb(248,0,121); }
div.DivClassName
{
background-color: #F80079;
}
.BgClassName
{
background-color: #F80079;
}
</style>
border-color css
<style>
span { border-color: #F80079; }
span { border-color: rgb(248,0,121); }
td.TdClassName
{
border-color: #F80079;
}
.TagClassName
{
border-color: #F80079;
}
</style>