Shades of Deep Pink #F91498
Tints of Deep Pink #F91498
RGB
CMYK
RGB Variations
Color information
#F91498 (or 0xF91498) is known color: Deep Pink. HEX triplet: F9, 14 and 98. RGB value is (249,20,152). Sum of RGB (Red+Green+Blue) = 249+20+152=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F91498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91498 is #06EB67. Grayscale: #676767. Windows color (decimal): -453480 or 9966841. OLE color: 9966841.
HSL color Cylindrical-coordinate representation of color #F91498: hue angle of 325.41º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91498 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 152 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.02 |
| HSL | 325.41º | 0.95% | 0.53% | - |
| HSV(B) | 325.41º | 0.92% | 0.98% | - |
| XYZ | 44.98 | 22.91 | 31.76 | - |
| YUV | 103.52 | 155.37 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 152 | 0 | 0.92 | 0.39 | 0.02 | 325.41 | 0.95 | 0.53 |
| Hex | F9 | 14 | 98 | 0 | 5C | 27 | 2 | 145 | 5F | 35 |
| Octal | 371 | 24 | 230 | 0 | 134 | 47 | 2 | 505 | 137 | 65 |
| Binary | 11111001 | 10100 | 10011000 | 0 | 1011100 | 100111 | 10 | 101000101 | 1011111 | 110101 |
Color Harmonies of #F91498
Complementary color
Monochromatic Colors of #F91498
Black with #F91498
Text Example
Text Example
White with #F91498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91498; }
p { color: rgb(249,20,152); }
H1.HeaderClassName
{
color: #F91498;
}
.AnyTagClassName
{
color: #F91498;
}
</style>
background-color css
<style>
a { background-color: #F91498; }
a { background-color: rgb(249,20,152); }
div.DivClassName
{
background-color: #F91498;
}
.BgClassName
{
background-color: #F91498;
}
</style>
border-color css
<style>
span { border-color: #F91498; }
span { border-color: rgb(249,20,152); }
td.TdClassName
{
border-color: #F91498;
}
.TagClassName
{
border-color: #F91498;
}
</style>