Shades of Deep Pink #F81999
Tints of Deep Pink #F81999
RGB
CMYK
RGB Variations
Color information
#F81999 (or 0xF81999) is known color: Deep Pink. HEX triplet: F8, 19 and 99. RGB value is (248,25,153). Sum of RGB (Red+Green+Blue) = 248+25+153=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F81999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81999 is #07E666. Grayscale: #696969. Windows color (decimal): -517735 or 10033656. OLE color: 10033656.
HSL color Cylindrical-coordinate representation of color #F81999: hue angle of 325.56º 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 #F81999 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 153 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.03 |
| HSL | 325.56º | 0.94% | 0.54% | - |
| HSV(B) | 325.56º | 0.9% | 0.97% | - |
| XYZ | 44.81 | 22.95 | 32.21 | - |
| YUV | 106.27 | 154.38 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 153 | 0 | 0.90 | 0.38 | 0.03 | 325.56 | 0.94 | 0.54 |
| Hex | F8 | 19 | 99 | 0 | 5A | 26 | 3 | 146 | 5E | 36 |
| Octal | 370 | 31 | 231 | 0 | 132 | 46 | 3 | 506 | 136 | 66 |
| Binary | 11111000 | 11001 | 10011001 | 0 | 1011010 | 100110 | 11 | 101000110 | 1011110 | 110110 |
Color Harmonies of #F81999
Complementary color
Monochromatic Colors of #F81999
Black with #F81999
Text Example
Text Example
White with #F81999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81999; }
p { color: rgb(248,25,153); }
H1.HeaderClassName
{
color: #F81999;
}
.AnyTagClassName
{
color: #F81999;
}
</style>
background-color css
<style>
a { background-color: #F81999; }
a { background-color: rgb(248,25,153); }
div.DivClassName
{
background-color: #F81999;
}
.BgClassName
{
background-color: #F81999;
}
</style>
border-color css
<style>
span { border-color: #F81999; }
span { border-color: rgb(248,25,153); }
td.TdClassName
{
border-color: #F81999;
}
.TagClassName
{
border-color: #F81999;
}
</style>