Shades of Deep Pink #F91087
Tints of Deep Pink #F91087
RGB
CMYK
RGB Variations
Color information
#F91087 (or 0xF91087) is known color: Deep Pink. HEX triplet: F9, 10 and 87. RGB value is (249,16,135). Sum of RGB (Red+Green+Blue) = 249+16+135=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F91087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91087 is #06EF78. Grayscale: #626262. Windows color (decimal): -454521 or 8851705. OLE color: 8851705.
HSL color Cylindrical-coordinate representation of color #F91087: hue angle of 329.36º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91087 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 135 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.02 |
| HSL | 329.36º | 0.95% | 0.52% | - |
| HSV(B) | 329.36º | 0.94% | 0.98% | - |
| XYZ | 43.63 | 22.26 | 24.92 | - |
| YUV | 99.23 | 148.19 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 135 | 0 | 0.94 | 0.46 | 0.02 | 329.36 | 0.95 | 0.52 |
| Hex | F9 | 10 | 87 | 0 | 5E | 2E | 2 | 149 | 5F | 34 |
| Octal | 371 | 20 | 207 | 0 | 136 | 56 | 2 | 511 | 137 | 64 |
| Binary | 11111001 | 10000 | 10000111 | 0 | 1011110 | 101110 | 10 | 101001001 | 1011111 | 110100 |
Color Harmonies of #F91087
Complementary color
Monochromatic Colors of #F91087
Black with #F91087
Text Example
Text Example
White with #F91087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91087; }
p { color: rgb(249,16,135); }
H1.HeaderClassName
{
color: #F91087;
}
.AnyTagClassName
{
color: #F91087;
}
</style>
background-color css
<style>
a { background-color: #F91087; }
a { background-color: rgb(249,16,135); }
div.DivClassName
{
background-color: #F91087;
}
.BgClassName
{
background-color: #F91087;
}
</style>
border-color css
<style>
span { border-color: #F91087; }
span { border-color: rgb(249,16,135); }
td.TdClassName
{
border-color: #F91087;
}
.TagClassName
{
border-color: #F91087;
}
</style>