Shades of Deep Pink #F11095
Tints of Deep Pink #F11095
RGB
CMYK
RGB Variations
Color information
#F11095 (or 0xF11095) is known color: Deep Pink. HEX triplet: F1, 10 and 95. RGB value is (241,16,149). Sum of RGB (Red+Green+Blue) = 241+16+149=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F11095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11095 is #0EEF6A. Grayscale: #626262. Windows color (decimal): -978795 or 9769201. OLE color: 9769201.
HSL color Cylindrical-coordinate representation of color #F11095: hue angle of 324.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11095 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 149 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.05 |
| HSL | 324.53º | 0.89% | 0.5% | - |
| HSV(B) | 324.53º | 0.93% | 0.95% | - |
| XYZ | 41.89 | 21.24 | 30.33 | - |
| YUV | 98.44 | 156.54 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 149 | 0 | 0.93 | 0.38 | 0.05 | 324.53 | 0.89 | 0.5 |
| Hex | F1 | 10 | 95 | 0 | 5D | 26 | 5 | 145 | 59 | 32 |
| Octal | 361 | 20 | 225 | 0 | 135 | 46 | 5 | 505 | 131 | 62 |
| Binary | 11110001 | 10000 | 10010101 | 0 | 1011101 | 100110 | 101 | 101000101 | 1011001 | 110010 |
Color Harmonies of #F11095
Complementary color
Monochromatic Colors of #F11095
Black with #F11095
Text Example
Text Example
White with #F11095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11095; }
p { color: rgb(241,16,149); }
H1.HeaderClassName
{
color: #F11095;
}
.AnyTagClassName
{
color: #F11095;
}
</style>
background-color css
<style>
a { background-color: #F11095; }
a { background-color: rgb(241,16,149); }
div.DivClassName
{
background-color: #F11095;
}
.BgClassName
{
background-color: #F11095;
}
</style>
border-color css
<style>
span { border-color: #F11095; }
span { border-color: rgb(241,16,149); }
td.TdClassName
{
border-color: #F11095;
}
.TagClassName
{
border-color: #F11095;
}
</style>