Shades of Deep Pink #F11296
Tints of Deep Pink #F11296
RGB
CMYK
RGB Variations
Color information
#F11296 (or 0xF11296) is known color: Deep Pink. HEX triplet: F1, 12 and 96. RGB value is (241,18,150). Sum of RGB (Red+Green+Blue) = 241+18+150=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F11296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11296 is #0EED69. Grayscale: #636363. Windows color (decimal): -978282 or 9835249. OLE color: 9835249.
HSL color Cylindrical-coordinate representation of color #F11296: hue angle of 324.48º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11296 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 150 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.05 |
| HSL | 324.48º | 0.89% | 0.51% | - |
| HSV(B) | 324.48º | 0.93% | 0.95% | - |
| XYZ | 42 | 21.34 | 30.76 | - |
| YUV | 99.73 | 156.38 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 150 | 0 | 0.93 | 0.38 | 0.05 | 324.48 | 0.89 | 0.51 |
| Hex | F1 | 12 | 96 | 0 | 5D | 26 | 5 | 144 | 59 | 33 |
| Octal | 361 | 22 | 226 | 0 | 135 | 46 | 5 | 504 | 131 | 63 |
| Binary | 11110001 | 10010 | 10010110 | 0 | 1011101 | 100110 | 101 | 101000100 | 1011001 | 110011 |
Color Harmonies of #F11296
Complementary color
Monochromatic Colors of #F11296
Black with #F11296
Text Example
Text Example
White with #F11296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11296; }
p { color: rgb(241,18,150); }
H1.HeaderClassName
{
color: #F11296;
}
.AnyTagClassName
{
color: #F11296;
}
</style>
background-color css
<style>
a { background-color: #F11296; }
a { background-color: rgb(241,18,150); }
div.DivClassName
{
background-color: #F11296;
}
.BgClassName
{
background-color: #F11296;
}
</style>
border-color css
<style>
span { border-color: #F11296; }
span { border-color: rgb(241,18,150); }
td.TdClassName
{
border-color: #F11296;
}
.TagClassName
{
border-color: #F11296;
}
</style>