Shades of Deep Pink #F11C91
Tints of Deep Pink #F11C91
RGB
CMYK
RGB Variations
Color information
#F11C91 (or 0xF11C91) is known color: Deep Pink. HEX triplet: F1, 1C and 91. RGB value is (241,28,145). Sum of RGB (Red+Green+Blue) = 241+28+145=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11C91 is #0EE36E. Grayscale: #686868. Windows color (decimal): -975727 or 9510129. OLE color: 9510129.
HSL color Cylindrical-coordinate representation of color #F11C91: hue angle of 327.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C91 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 145 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.05 |
| HSL | 327.04º | 0.88% | 0.53% | - |
| HSV(B) | 327.04º | 0.88% | 0.95% | - |
| XYZ | 41.8 | 21.58 | 28.75 | - |
| YUV | 105.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 145 | 0 | 0.88 | 0.40 | 0.05 | 327.04 | 0.88 | 0.53 |
| Hex | F1 | 1C | 91 | 0 | 58 | 28 | 5 | 147 | 58 | 35 |
| Octal | 361 | 34 | 221 | 0 | 130 | 50 | 5 | 507 | 130 | 65 |
| Binary | 11110001 | 11100 | 10010001 | 0 | 1011000 | 101000 | 101 | 101000111 | 1011000 | 110101 |
Color Harmonies of #F11C91
Complementary color
Monochromatic Colors of #F11C91
Black with #F11C91
Text Example
Text Example
White with #F11C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C91; }
p { color: rgb(241,28,145); }
H1.HeaderClassName
{
color: #F11C91;
}
.AnyTagClassName
{
color: #F11C91;
}
</style>
background-color css
<style>
a { background-color: #F11C91; }
a { background-color: rgb(241,28,145); }
div.DivClassName
{
background-color: #F11C91;
}
.BgClassName
{
background-color: #F11C91;
}
</style>
border-color css
<style>
span { border-color: #F11C91; }
span { border-color: rgb(241,28,145); }
td.TdClassName
{
border-color: #F11C91;
}
.TagClassName
{
border-color: #F11C91;
}
</style>