Shades of Deep Pink #F91387
Tints of Deep Pink #F91387
RGB
CMYK
RGB Variations
Color information
#F91387 (or 0xF91387) is known color: Deep Pink. HEX triplet: F9, 13 and 87. RGB value is (249,19,135). Sum of RGB (Red+Green+Blue) = 249+19+135=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F91387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91387 is #06EC78. Grayscale: #646464. Windows color (decimal): -453753 or 8852473. OLE color: 8852473.
HSL color Cylindrical-coordinate representation of color #F91387: hue angle of 329.74º 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 #F91387 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 135 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.02 |
| HSL | 329.74º | 0.95% | 0.53% | - |
| HSV(B) | 329.74º | 0.92% | 0.98% | - |
| XYZ | 43.67 | 22.35 | 24.93 | - |
| YUV | 100.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 135 | 0 | 0.92 | 0.46 | 0.02 | 329.74 | 0.95 | 0.53 |
| Hex | F9 | 13 | 87 | 0 | 5C | 2E | 2 | 14A | 5F | 35 |
| Octal | 371 | 23 | 207 | 0 | 134 | 56 | 2 | 512 | 137 | 65 |
| Binary | 11111001 | 10011 | 10000111 | 0 | 1011100 | 101110 | 10 | 101001010 | 1011111 | 110101 |
Color Harmonies of #F91387
Complementary color
Monochromatic Colors of #F91387
Black with #F91387
Text Example
Text Example
White with #F91387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91387; }
p { color: rgb(249,19,135); }
H1.HeaderClassName
{
color: #F91387;
}
.AnyTagClassName
{
color: #F91387;
}
</style>
background-color css
<style>
a { background-color: #F91387; }
a { background-color: rgb(249,19,135); }
div.DivClassName
{
background-color: #F91387;
}
.BgClassName
{
background-color: #F91387;
}
</style>
border-color css
<style>
span { border-color: #F91387; }
span { border-color: rgb(249,19,135); }
td.TdClassName
{
border-color: #F91387;
}
.TagClassName
{
border-color: #F91387;
}
</style>