Shades of Deep Pink #F11097
Tints of Deep Pink #F11097
RGB
CMYK
RGB Variations
Color information
#F11097 (or 0xF11097) is known color: Deep Pink. HEX triplet: F1, 10 and 97. RGB value is (241,16,151). Sum of RGB (Red+Green+Blue) = 241+16+151=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F11097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11097 is #0EEF68. Grayscale: #626262. Windows color (decimal): -978793 or 9900273. OLE color: 9900273.
HSL color Cylindrical-coordinate representation of color #F11097: hue angle of 324º 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 #F11097 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.05 |
| HSL | 324º | 0.89% | 0.5% | - |
| HSV(B) | 324º | 0.93% | 0.95% | - |
| XYZ | 42.05 | 21.31 | 31.17 | - |
| YUV | 98.67 | 157.54 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 151 | 0 | 0.93 | 0.37 | 0.05 | 324 | 0.89 | 0.5 |
| Hex | F1 | 10 | 97 | 0 | 5D | 25 | 5 | 144 | 59 | 32 |
| Octal | 361 | 20 | 227 | 0 | 135 | 45 | 5 | 504 | 131 | 62 |
| Binary | 11110001 | 10000 | 10010111 | 0 | 1011101 | 100101 | 101 | 101000100 | 1011001 | 110010 |
Color Harmonies of #F11097
Complementary color
Monochromatic Colors of #F11097
Black with #F11097
Text Example
Text Example
White with #F11097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11097; }
p { color: rgb(241,16,151); }
H1.HeaderClassName
{
color: #F11097;
}
.AnyTagClassName
{
color: #F11097;
}
</style>
background-color css
<style>
a { background-color: #F11097; }
a { background-color: rgb(241,16,151); }
div.DivClassName
{
background-color: #F11097;
}
.BgClassName
{
background-color: #F11097;
}
</style>
border-color css
<style>
span { border-color: #F11097; }
span { border-color: rgb(241,16,151); }
td.TdClassName
{
border-color: #F11097;
}
.TagClassName
{
border-color: #F11097;
}
</style>