Shades of Deep Pink #F11497
Tints of Deep Pink #F11497
RGB
CMYK
RGB Variations
Color information
#F11497 (or 0xF11497) is known color: Deep Pink. HEX triplet: F1, 14 and 97. RGB value is (241,20,151). Sum of RGB (Red+Green+Blue) = 241+20+151=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F11497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11497 is #0EEB68. Grayscale: #646464. Windows color (decimal): -977769 or 9901297. OLE color: 9901297.
HSL color Cylindrical-coordinate representation of color #F11497: hue angle of 324.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11497 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 151 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.05 |
| HSL | 324.43º | 0.89% | 0.51% | - |
| HSV(B) | 324.43º | 0.92% | 0.95% | - |
| XYZ | 42.11 | 21.44 | 31.2 | - |
| YUV | 101.01 | 156.22 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 151 | 0 | 0.92 | 0.37 | 0.05 | 324.43 | 0.89 | 0.51 |
| Hex | F1 | 14 | 97 | 0 | 5C | 25 | 5 | 144 | 59 | 33 |
| Octal | 361 | 24 | 227 | 0 | 134 | 45 | 5 | 504 | 131 | 63 |
| Binary | 11110001 | 10100 | 10010111 | 0 | 1011100 | 100101 | 101 | 101000100 | 1011001 | 110011 |
Color Harmonies of #F11497
Complementary color
Monochromatic Colors of #F11497
Black with #F11497
Text Example
Text Example
White with #F11497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11497; }
p { color: rgb(241,20,151); }
H1.HeaderClassName
{
color: #F11497;
}
.AnyTagClassName
{
color: #F11497;
}
</style>
background-color css
<style>
a { background-color: #F11497; }
a { background-color: rgb(241,20,151); }
div.DivClassName
{
background-color: #F11497;
}
.BgClassName
{
background-color: #F11497;
}
</style>
border-color css
<style>
span { border-color: #F11497; }
span { border-color: rgb(241,20,151); }
td.TdClassName
{
border-color: #F11497;
}
.TagClassName
{
border-color: #F11497;
}
</style>