Shades of Deep Pink #F80892
Tints of Deep Pink #F80892
RGB
CMYK
RGB Variations
Color information
#F80892 (or 0xF80892) is known color: Deep Pink. HEX triplet: F8, 08 and 92. RGB value is (248,8,146). Sum of RGB (Red+Green+Blue) = 248+8+146=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F80892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80892 is #07F76D. Grayscale: #5F5F5F. Windows color (decimal): -522094 or 9570552. OLE color: 9570552.
HSL color Cylindrical-coordinate representation of color #F80892: hue angle of 325.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80892 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 146 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.03 |
| HSL | 325.5º | 0.94% | 0.5% | - |
| HSV(B) | 325.5º | 0.97% | 0.97% | - |
| XYZ | 43.99 | 22.21 | 29.16 | - |
| YUV | 95.49 | 156.51 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 146 | 0 | 0.97 | 0.41 | 0.03 | 325.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | 92 | 0 | 61 | 29 | 3 | 146 | 5E | 32 |
| Octal | 370 | 10 | 222 | 0 | 141 | 51 | 3 | 506 | 136 | 62 |
| Binary | 11111000 | 1000 | 10010010 | 0 | 1100001 | 101001 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F80892
Complementary color
Monochromatic Colors of #F80892
Black with #F80892
Text Example
Text Example
White with #F80892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80892; }
p { color: rgb(248,8,146); }
H1.HeaderClassName
{
color: #F80892;
}
.AnyTagClassName
{
color: #F80892;
}
</style>
background-color css
<style>
a { background-color: #F80892; }
a { background-color: rgb(248,8,146); }
div.DivClassName
{
background-color: #F80892;
}
.BgClassName
{
background-color: #F80892;
}
</style>
border-color css
<style>
span { border-color: #F80892; }
span { border-color: rgb(248,8,146); }
td.TdClassName
{
border-color: #F80892;
}
.TagClassName
{
border-color: #F80892;
}
</style>