Shades of Deep Pink #F91490
Tints of Deep Pink #F91490
RGB
CMYK
RGB Variations
Color information
#F91490 (or 0xF91490) is known color: Deep Pink. HEX triplet: F9, 14 and 90. RGB value is (249,20,144). Sum of RGB (Red+Green+Blue) = 249+20+144=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F91490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91490 is #06EB6F. Grayscale: #666666. Windows color (decimal): -453488 or 9442553. OLE color: 9442553.
HSL color Cylindrical-coordinate representation of color #F91490: hue angle of 327.51º 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 #F91490 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 144 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.02 |
| HSL | 327.51º | 0.95% | 0.53% | - |
| HSV(B) | 327.51º | 0.92% | 0.98% | - |
| XYZ | 44.35 | 22.65 | 28.42 | - |
| YUV | 102.61 | 151.37 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 144 | 0 | 0.92 | 0.42 | 0.02 | 327.51 | 0.95 | 0.53 |
| Hex | F9 | 14 | 90 | 0 | 5C | 2A | 2 | 148 | 5F | 35 |
| Octal | 371 | 24 | 220 | 0 | 134 | 52 | 2 | 510 | 137 | 65 |
| Binary | 11111001 | 10100 | 10010000 | 0 | 1011100 | 101010 | 10 | 101001000 | 1011111 | 110101 |
Color Harmonies of #F91490
Complementary color
Monochromatic Colors of #F91490
Black with #F91490
Text Example
Text Example
White with #F91490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91490; }
p { color: rgb(249,20,144); }
H1.HeaderClassName
{
color: #F91490;
}
.AnyTagClassName
{
color: #F91490;
}
</style>
background-color css
<style>
a { background-color: #F91490; }
a { background-color: rgb(249,20,144); }
div.DivClassName
{
background-color: #F91490;
}
.BgClassName
{
background-color: #F91490;
}
</style>
border-color css
<style>
span { border-color: #F91490; }
span { border-color: rgb(249,20,144); }
td.TdClassName
{
border-color: #F91490;
}
.TagClassName
{
border-color: #F91490;
}
</style>