Shades of Deep Pink #F80179
Tints of Deep Pink #F80179
RGB
CMYK
RGB Variations
Color information
#F80179 (or 0xF80179) is known color: Deep Pink. HEX triplet: F8, 01 and 79. RGB value is (248,1,121). Sum of RGB (Red+Green+Blue) = 248+1+121=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F80179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80179 is #07FE86. Grayscale: #585858. Windows color (decimal): -523911 or 7930360. OLE color: 7930360.
HSL color Cylindrical-coordinate representation of color #F80179: hue angle of 330.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80179 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.03 |
| HSL | 330.85º | 0.99% | 0.49% | - |
| HSV(B) | 330.85º | 1% | 0.97% | - |
| XYZ | 42.17 | 21.36 | 19.99 | - |
| YUV | 88.53 | 146.33 | 241.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 121 | 0 | 1.00 | 0.51 | 0.03 | 330.85 | 0.99 | 0.49 |
| Hex | F8 | 1 | 79 | 0 | 64 | 33 | 3 | 14B | 63 | 31 |
| Octal | 370 | 1 | 171 | 0 | 144 | 63 | 3 | 513 | 143 | 61 |
| Binary | 11111000 | 1 | 1111001 | 0 | 1100100 | 110011 | 11 | 101001011 | 1100011 | 110001 |
Color Harmonies of #F80179
Complementary color
Monochromatic Colors of #F80179
Black with #F80179
Text Example
Text Example
White with #F80179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80179; }
p { color: rgb(248,1,121); }
H1.HeaderClassName
{
color: #F80179;
}
.AnyTagClassName
{
color: #F80179;
}
</style>
background-color css
<style>
a { background-color: #F80179; }
a { background-color: rgb(248,1,121); }
div.DivClassName
{
background-color: #F80179;
}
.BgClassName
{
background-color: #F80179;
}
</style>
border-color css
<style>
span { border-color: #F80179; }
span { border-color: rgb(248,1,121); }
td.TdClassName
{
border-color: #F80179;
}
.TagClassName
{
border-color: #F80179;
}
</style>