Shades of Deep Pink #F80894
Tints of Deep Pink #F80894
RGB
CMYK
RGB Variations
Color information
#F80894 (or 0xF80894) is known color: Deep Pink. HEX triplet: F8, 08 and 94. RGB value is (248,8,148). Sum of RGB (Red+Green+Blue) = 248+8+148=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F80894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80894 is #07F76B. Grayscale: #5F5F5F. Windows color (decimal): -522092 or 9701624. OLE color: 9701624.
HSL color Cylindrical-coordinate representation of color #F80894: hue angle of 325º 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 #F80894 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 148 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.03 |
| HSL | 325º | 0.94% | 0.5% | - |
| HSV(B) | 325º | 0.97% | 0.97% | - |
| XYZ | 44.14 | 22.27 | 29.99 | - |
| YUV | 95.72 | 157.51 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 148 | 0 | 0.97 | 0.40 | 0.03 | 325 | 0.94 | 0.5 |
| Hex | F8 | 8 | 94 | 0 | 61 | 28 | 3 | 145 | 5E | 32 |
| Octal | 370 | 10 | 224 | 0 | 141 | 50 | 3 | 505 | 136 | 62 |
| Binary | 11111000 | 1000 | 10010100 | 0 | 1100001 | 101000 | 11 | 101000101 | 1011110 | 110010 |
Color Harmonies of #F80894
Complementary color
Monochromatic Colors of #F80894
Black with #F80894
Text Example
Text Example
White with #F80894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80894; }
p { color: rgb(248,8,148); }
H1.HeaderClassName
{
color: #F80894;
}
.AnyTagClassName
{
color: #F80894;
}
</style>
background-color css
<style>
a { background-color: #F80894; }
a { background-color: rgb(248,8,148); }
div.DivClassName
{
background-color: #F80894;
}
.BgClassName
{
background-color: #F80894;
}
</style>
border-color css
<style>
span { border-color: #F80894; }
span { border-color: rgb(248,8,148); }
td.TdClassName
{
border-color: #F80894;
}
.TagClassName
{
border-color: #F80894;
}
</style>