Shades of Deep Pink #F11392
Tints of Deep Pink #F11392
RGB
CMYK
RGB Variations
Color information
#F11392 (or 0xF11392) is known color: Deep Pink. HEX triplet: F1, 13 and 92. RGB value is (241,19,146). Sum of RGB (Red+Green+Blue) = 241+19+146=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F11392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11392 is #0EEC6D. Grayscale: #636363. Windows color (decimal): -978030 or 9573361. OLE color: 9573361.
HSL color Cylindrical-coordinate representation of color #F11392: hue angle of 325.68º 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 #F11392 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 146 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.05 |
| HSL | 325.68º | 0.89% | 0.51% | - |
| HSV(B) | 325.68º | 0.92% | 0.95% | - |
| XYZ | 41.7 | 21.24 | 29.1 | - |
| YUV | 99.86 | 154.05 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 146 | 0 | 0.92 | 0.39 | 0.05 | 325.68 | 0.89 | 0.51 |
| Hex | F1 | 13 | 92 | 0 | 5C | 27 | 5 | 146 | 59 | 33 |
| Octal | 361 | 23 | 222 | 0 | 134 | 47 | 5 | 506 | 131 | 63 |
| Binary | 11110001 | 10011 | 10010010 | 0 | 1011100 | 100111 | 101 | 101000110 | 1011001 | 110011 |
Color Harmonies of #F11392
Complementary color
Monochromatic Colors of #F11392
Black with #F11392
Text Example
Text Example
White with #F11392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11392; }
p { color: rgb(241,19,146); }
H1.HeaderClassName
{
color: #F11392;
}
.AnyTagClassName
{
color: #F11392;
}
</style>
background-color css
<style>
a { background-color: #F11392; }
a { background-color: rgb(241,19,146); }
div.DivClassName
{
background-color: #F11392;
}
.BgClassName
{
background-color: #F11392;
}
</style>
border-color css
<style>
span { border-color: #F11392; }
span { border-color: rgb(241,19,146); }
td.TdClassName
{
border-color: #F11392;
}
.TagClassName
{
border-color: #F11392;
}
</style>