Shades of Deep Pink #F11195
Tints of Deep Pink #F11195
RGB
CMYK
RGB Variations
Color information
#F11195 (or 0xF11195) is known color: Deep Pink. HEX triplet: F1, 11 and 95. RGB value is (241,17,149). Sum of RGB (Red+Green+Blue) = 241+17+149=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F11195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11195 is #0EEE6A. Grayscale: #626262. Windows color (decimal): -978539 or 9769457. OLE color: 9769457.
HSL color Cylindrical-coordinate representation of color #F11195: hue angle of 324.64º 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 #F11195 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.05 |
| HSL | 324.64º | 0.89% | 0.51% | - |
| HSV(B) | 324.64º | 0.93% | 0.95% | - |
| XYZ | 41.9 | 21.27 | 30.33 | - |
| YUV | 99.02 | 156.21 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 149 | 0 | 0.93 | 0.38 | 0.05 | 324.64 | 0.89 | 0.51 |
| Hex | F1 | 11 | 95 | 0 | 5D | 26 | 5 | 145 | 59 | 33 |
| Octal | 361 | 21 | 225 | 0 | 135 | 46 | 5 | 505 | 131 | 63 |
| Binary | 11110001 | 10001 | 10010101 | 0 | 1011101 | 100110 | 101 | 101000101 | 1011001 | 110011 |
Color Harmonies of #F11195
Complementary color
Monochromatic Colors of #F11195
Black with #F11195
Text Example
Text Example
White with #F11195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11195; }
p { color: rgb(241,17,149); }
H1.HeaderClassName
{
color: #F11195;
}
.AnyTagClassName
{
color: #F11195;
}
</style>
background-color css
<style>
a { background-color: #F11195; }
a { background-color: rgb(241,17,149); }
div.DivClassName
{
background-color: #F11195;
}
.BgClassName
{
background-color: #F11195;
}
</style>
border-color css
<style>
span { border-color: #F11195; }
span { border-color: rgb(241,17,149); }
td.TdClassName
{
border-color: #F11195;
}
.TagClassName
{
border-color: #F11195;
}
</style>