Shades of Deep Pink #F11696
Tints of Deep Pink #F11696
RGB
CMYK
RGB Variations
Color information
#F11696 (or 0xF11696) is known color: Deep Pink. HEX triplet: F1, 16 and 96. RGB value is (241,22,150). Sum of RGB (Red+Green+Blue) = 241+22+150=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F11696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11696 is #0EE969. Grayscale: #656565. Windows color (decimal): -977258 or 9836273. OLE color: 9836273.
HSL color Cylindrical-coordinate representation of color #F11696: hue angle of 324.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11696 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.05 |
| HSL | 324.93º | 0.89% | 0.52% | - |
| HSV(B) | 324.93º | 0.91% | 0.95% | - |
| XYZ | 42.07 | 21.48 | 30.78 | - |
| YUV | 102.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 150 | 0 | 0.91 | 0.38 | 0.05 | 324.93 | 0.89 | 0.52 |
| Hex | F1 | 16 | 96 | 0 | 5B | 26 | 5 | 145 | 59 | 34 |
| Octal | 361 | 26 | 226 | 0 | 133 | 46 | 5 | 505 | 131 | 64 |
| Binary | 11110001 | 10110 | 10010110 | 0 | 1011011 | 100110 | 101 | 101000101 | 1011001 | 110100 |
Color Harmonies of #F11696
Complementary color
Monochromatic Colors of #F11696
Black with #F11696
Text Example
Text Example
White with #F11696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11696; }
p { color: rgb(241,22,150); }
H1.HeaderClassName
{
color: #F11696;
}
.AnyTagClassName
{
color: #F11696;
}
</style>
background-color css
<style>
a { background-color: #F11696; }
a { background-color: rgb(241,22,150); }
div.DivClassName
{
background-color: #F11696;
}
.BgClassName
{
background-color: #F11696;
}
</style>
border-color css
<style>
span { border-color: #F11696; }
span { border-color: rgb(241,22,150); }
td.TdClassName
{
border-color: #F11696;
}
.TagClassName
{
border-color: #F11696;
}
</style>