Shades of Deep Pink #F91599
Tints of Deep Pink #F91599
RGB
CMYK
RGB Variations
Color information
#F91599 (or 0xF91599) is known color: Deep Pink. HEX triplet: F9, 15 and 99. RGB value is (249,21,153). Sum of RGB (Red+Green+Blue) = 249+21+153=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F91599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91599 is #06EA66. Grayscale: #676767. Windows color (decimal): -453223 or 10032633. OLE color: 10032633.
HSL color Cylindrical-coordinate representation of color #F91599: hue angle of 325.26º 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 #F91599 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 153 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.02 |
| HSL | 325.26º | 0.95% | 0.53% | - |
| HSV(B) | 325.26º | 0.92% | 0.98% | - |
| XYZ | 45.08 | 22.98 | 32.2 | - |
| YUV | 104.22 | 155.54 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 153 | 0 | 0.92 | 0.39 | 0.02 | 325.26 | 0.95 | 0.53 |
| Hex | F9 | 15 | 99 | 0 | 5C | 27 | 2 | 145 | 5F | 35 |
| Octal | 371 | 25 | 231 | 0 | 134 | 47 | 2 | 505 | 137 | 65 |
| Binary | 11111001 | 10101 | 10011001 | 0 | 1011100 | 100111 | 10 | 101000101 | 1011111 | 110101 |
Color Harmonies of #F91599
Complementary color
Monochromatic Colors of #F91599
Black with #F91599
Text Example
Text Example
White with #F91599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91599; }
p { color: rgb(249,21,153); }
H1.HeaderClassName
{
color: #F91599;
}
.AnyTagClassName
{
color: #F91599;
}
</style>
background-color css
<style>
a { background-color: #F91599; }
a { background-color: rgb(249,21,153); }
div.DivClassName
{
background-color: #F91599;
}
.BgClassName
{
background-color: #F91599;
}
</style>
border-color css
<style>
span { border-color: #F91599; }
span { border-color: rgb(249,21,153); }
td.TdClassName
{
border-color: #F91599;
}
.TagClassName
{
border-color: #F91599;
}
</style>