Shades of Deep Pink #F81998
Tints of Deep Pink #F81998
RGB
CMYK
RGB Variations
Color information
#F81998 (or 0xF81998) is known color: Deep Pink. HEX triplet: F8, 19 and 98. RGB value is (248,25,152). Sum of RGB (Red+Green+Blue) = 248+25+152=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F81998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81998 is #07E667. Grayscale: #696969. Windows color (decimal): -517736 or 9968120. OLE color: 9968120.
HSL color Cylindrical-coordinate representation of color #F81998: hue angle of 325.83º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81998 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 152 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.03 |
| HSL | 325.83º | 0.94% | 0.54% | - |
| HSV(B) | 325.83º | 0.9% | 0.97% | - |
| XYZ | 44.73 | 22.92 | 31.77 | - |
| YUV | 106.16 | 153.88 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 152 | 0 | 0.90 | 0.39 | 0.03 | 325.83 | 0.94 | 0.54 |
| Hex | F8 | 19 | 98 | 0 | 5A | 27 | 3 | 146 | 5E | 36 |
| Octal | 370 | 31 | 230 | 0 | 132 | 47 | 3 | 506 | 136 | 66 |
| Binary | 11111000 | 11001 | 10011000 | 0 | 1011010 | 100111 | 11 | 101000110 | 1011110 | 110110 |
Color Harmonies of #F81998
Complementary color
Monochromatic Colors of #F81998
Black with #F81998
Text Example
Text Example
White with #F81998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81998; }
p { color: rgb(248,25,152); }
H1.HeaderClassName
{
color: #F81998;
}
.AnyTagClassName
{
color: #F81998;
}
</style>
background-color css
<style>
a { background-color: #F81998; }
a { background-color: rgb(248,25,152); }
div.DivClassName
{
background-color: #F81998;
}
.BgClassName
{
background-color: #F81998;
}
</style>
border-color css
<style>
span { border-color: #F81998; }
span { border-color: rgb(248,25,152); }
td.TdClassName
{
border-color: #F81998;
}
.TagClassName
{
border-color: #F81998;
}
</style>