Shades of Deep Pink #F91998
Tints of Deep Pink #F91998
RGB
CMYK
RGB Variations
Color information
#F91998 (or 0xF91998) is known color: Deep Pink. HEX triplet: F9, 19 and 98. RGB value is (249,25,152). Sum of RGB (Red+Green+Blue) = 249+25+152=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F91998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91998 is #06E667. Grayscale: #6A6A6A. Windows color (decimal): -452200 or 9968121. OLE color: 9968121.
HSL color Cylindrical-coordinate representation of color #F91998: hue angle of 325.98º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91998 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 152 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.02 |
| HSL | 325.98º | 0.95% | 0.54% | - |
| HSV(B) | 325.98º | 0.9% | 0.98% | - |
| XYZ | 45.08 | 23.1 | 31.79 | - |
| YUV | 106.45 | 153.71 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 152 | 0 | 0.90 | 0.39 | 0.02 | 325.98 | 0.95 | 0.54 |
| Hex | F9 | 19 | 98 | 0 | 5A | 27 | 2 | 146 | 5F | 36 |
| Octal | 371 | 31 | 230 | 0 | 132 | 47 | 2 | 506 | 137 | 66 |
| Binary | 11111001 | 11001 | 10011000 | 0 | 1011010 | 100111 | 10 | 101000110 | 1011111 | 110110 |
Color Harmonies of #F91998
Complementary color
Monochromatic Colors of #F91998
Black with #F91998
Text Example
Text Example
White with #F91998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91998; }
p { color: rgb(249,25,152); }
H1.HeaderClassName
{
color: #F91998;
}
.AnyTagClassName
{
color: #F91998;
}
</style>
background-color css
<style>
a { background-color: #F91998; }
a { background-color: rgb(249,25,152); }
div.DivClassName
{
background-color: #F91998;
}
.BgClassName
{
background-color: #F91998;
}
</style>
border-color css
<style>
span { border-color: #F91998; }
span { border-color: rgb(249,25,152); }
td.TdClassName
{
border-color: #F91998;
}
.TagClassName
{
border-color: #F91998;
}
</style>