Shades of Deep Pink #F11699
Tints of Deep Pink #F11699
RGB
CMYK
RGB Variations
Color information
#F11699 (or 0xF11699) is known color: Deep Pink. HEX triplet: F1, 16 and 99. RGB value is (241,22,153). Sum of RGB (Red+Green+Blue) = 241+22+153=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F11699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11699 is #0EE966. Grayscale: #666666. Windows color (decimal): -977255 or 10032881. OLE color: 10032881.
HSL color Cylindrical-coordinate representation of color #F11699: hue angle of 324.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11699 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 153 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.05 |
| HSL | 324.11º | 0.89% | 0.52% | - |
| HSV(B) | 324.11º | 0.91% | 0.95% | - |
| XYZ | 42.31 | 21.57 | 32.07 | - |
| YUV | 102.42 | 156.55 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 153 | 0 | 0.91 | 0.37 | 0.05 | 324.11 | 0.89 | 0.52 |
| Hex | F1 | 16 | 99 | 0 | 5B | 25 | 5 | 144 | 59 | 34 |
| Octal | 361 | 26 | 231 | 0 | 133 | 45 | 5 | 504 | 131 | 64 |
| Binary | 11110001 | 10110 | 10011001 | 0 | 1011011 | 100101 | 101 | 101000100 | 1011001 | 110100 |
Color Harmonies of #F11699
Complementary color
Monochromatic Colors of #F11699
Black with #F11699
Text Example
Text Example
White with #F11699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11699; }
p { color: rgb(241,22,153); }
H1.HeaderClassName
{
color: #F11699;
}
.AnyTagClassName
{
color: #F11699;
}
</style>
background-color css
<style>
a { background-color: #F11699; }
a { background-color: rgb(241,22,153); }
div.DivClassName
{
background-color: #F11699;
}
.BgClassName
{
background-color: #F11699;
}
</style>
border-color css
<style>
span { border-color: #F11699; }
span { border-color: rgb(241,22,153); }
td.TdClassName
{
border-color: #F11699;
}
.TagClassName
{
border-color: #F11699;
}
</style>