Shades of Deep Pink #F80679
Tints of Deep Pink #F80679
RGB
CMYK
RGB Variations
Color information
#F80679 (or 0xF80679) is known color: Deep Pink. HEX triplet: F8, 06 and 79. RGB value is (248,6,121). Sum of RGB (Red+Green+Blue) = 248+6+121=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F80679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80679 is #07F986. Grayscale: #5B5B5B. Windows color (decimal): -522631 or 7931640. OLE color: 7931640.
HSL color Cylindrical-coordinate representation of color #F80679: hue angle of 331.49º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80679 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 121 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.03 |
| HSL | 331.49º | 0.95% | 0.5% | - |
| HSV(B) | 331.49º | 0.98% | 0.97% | - |
| XYZ | 42.23 | 21.47 | 20.01 | - |
| YUV | 91.47 | 144.67 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 121 | 0 | 0.98 | 0.51 | 0.03 | 331.49 | 0.95 | 0.5 |
| Hex | F8 | 6 | 79 | 0 | 62 | 33 | 3 | 14B | 5F | 32 |
| Octal | 370 | 6 | 171 | 0 | 142 | 63 | 3 | 513 | 137 | 62 |
| Binary | 11111000 | 110 | 1111001 | 0 | 1100010 | 110011 | 11 | 101001011 | 1011111 | 110010 |
Color Harmonies of #F80679
Complementary color
Monochromatic Colors of #F80679
Black with #F80679
Text Example
Text Example
White with #F80679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80679; }
p { color: rgb(248,6,121); }
H1.HeaderClassName
{
color: #F80679;
}
.AnyTagClassName
{
color: #F80679;
}
</style>
background-color css
<style>
a { background-color: #F80679; }
a { background-color: rgb(248,6,121); }
div.DivClassName
{
background-color: #F80679;
}
.BgClassName
{
background-color: #F80679;
}
</style>
border-color css
<style>
span { border-color: #F80679; }
span { border-color: rgb(248,6,121); }
td.TdClassName
{
border-color: #F80679;
}
.TagClassName
{
border-color: #F80679;
}
</style>