Shades of Deep Pink #F91497
Tints of Deep Pink #F91497
RGB
CMYK
RGB Variations
Color information
#F91497 (or 0xF91497) is known color: Deep Pink. HEX triplet: F9, 14 and 97. RGB value is (249,20,151). Sum of RGB (Red+Green+Blue) = 249+20+151=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F91497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91497 is #06EB68. Grayscale: #676767. Windows color (decimal): -453481 or 9901305. OLE color: 9901305.
HSL color Cylindrical-coordinate representation of color #F91497: hue angle of 325.68º 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 #F91497 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 151 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.02 |
| HSL | 325.68º | 0.95% | 0.53% | - |
| HSV(B) | 325.68º | 0.92% | 0.98% | - |
| XYZ | 44.9 | 22.87 | 31.33 | - |
| YUV | 103.41 | 154.87 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 151 | 0 | 0.92 | 0.39 | 0.02 | 325.68 | 0.95 | 0.53 |
| Hex | F9 | 14 | 97 | 0 | 5C | 27 | 2 | 146 | 5F | 35 |
| Octal | 371 | 24 | 227 | 0 | 134 | 47 | 2 | 506 | 137 | 65 |
| Binary | 11111001 | 10100 | 10010111 | 0 | 1011100 | 100111 | 10 | 101000110 | 1011111 | 110101 |
Color Harmonies of #F91497
Complementary color
Monochromatic Colors of #F91497
Black with #F91497
Text Example
Text Example
White with #F91497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91497; }
p { color: rgb(249,20,151); }
H1.HeaderClassName
{
color: #F91497;
}
.AnyTagClassName
{
color: #F91497;
}
</style>
background-color css
<style>
a { background-color: #F91497; }
a { background-color: rgb(249,20,151); }
div.DivClassName
{
background-color: #F91497;
}
.BgClassName
{
background-color: #F91497;
}
</style>
border-color css
<style>
span { border-color: #F91497; }
span { border-color: rgb(249,20,151); }
td.TdClassName
{
border-color: #F91497;
}
.TagClassName
{
border-color: #F91497;
}
</style>