Shades of Deep Pink #F91494
Tints of Deep Pink #F91494
RGB
CMYK
RGB Variations
Color information
#F91494 (or 0xF91494) is known color: Deep Pink. HEX triplet: F9, 14 and 94. RGB value is (249,20,148). Sum of RGB (Red+Green+Blue) = 249+20+148=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F91494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91494 is #06EB6B. Grayscale: #666666. Windows color (decimal): -453484 or 9704697. OLE color: 9704697.
HSL color Cylindrical-coordinate representation of color #F91494: hue angle of 326.46º 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 #F91494 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 148 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.02 |
| HSL | 326.46º | 0.95% | 0.53% | - |
| HSV(B) | 326.46º | 0.92% | 0.98% | - |
| XYZ | 44.66 | 22.78 | 30.06 | - |
| YUV | 103.06 | 153.37 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 148 | 0 | 0.92 | 0.41 | 0.02 | 326.46 | 0.95 | 0.53 |
| Hex | F9 | 14 | 94 | 0 | 5C | 29 | 2 | 146 | 5F | 35 |
| Octal | 371 | 24 | 224 | 0 | 134 | 51 | 2 | 506 | 137 | 65 |
| Binary | 11111001 | 10100 | 10010100 | 0 | 1011100 | 101001 | 10 | 101000110 | 1011111 | 110101 |
Color Harmonies of #F91494
Complementary color
Monochromatic Colors of #F91494
Black with #F91494
Text Example
Text Example
White with #F91494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91494; }
p { color: rgb(249,20,148); }
H1.HeaderClassName
{
color: #F91494;
}
.AnyTagClassName
{
color: #F91494;
}
</style>
background-color css
<style>
a { background-color: #F91494; }
a { background-color: rgb(249,20,148); }
div.DivClassName
{
background-color: #F91494;
}
.BgClassName
{
background-color: #F91494;
}
</style>
border-color css
<style>
span { border-color: #F91494; }
span { border-color: rgb(249,20,148); }
td.TdClassName
{
border-color: #F91494;
}
.TagClassName
{
border-color: #F91494;
}
</style>