Shades of Deep Pink #F11399
Tints of Deep Pink #F11399
RGB
CMYK
RGB Variations
Color information
#F11399 (or 0xF11399) is known color: Deep Pink. HEX triplet: F1, 13 and 99. RGB value is (241,19,153). Sum of RGB (Red+Green+Blue) = 241+19+153=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F11399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11399 is #0EEC66. Grayscale: #646464. Windows color (decimal): -978023 or 10032113. OLE color: 10032113.
HSL color Cylindrical-coordinate representation of color #F11399: hue angle of 323.78º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11399 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 153 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.05 |
| HSL | 323.78º | 0.89% | 0.51% | - |
| HSV(B) | 323.78º | 0.92% | 0.95% | - |
| XYZ | 42.26 | 21.47 | 32.05 | - |
| YUV | 100.65 | 157.55 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 153 | 0 | 0.92 | 0.37 | 0.05 | 323.78 | 0.89 | 0.51 |
| Hex | F1 | 13 | 99 | 0 | 5C | 25 | 5 | 144 | 59 | 33 |
| Octal | 361 | 23 | 231 | 0 | 134 | 45 | 5 | 504 | 131 | 63 |
| Binary | 11110001 | 10011 | 10011001 | 0 | 1011100 | 100101 | 101 | 101000100 | 1011001 | 110011 |
Color Harmonies of #F11399
Complementary color
Monochromatic Colors of #F11399
Black with #F11399
Text Example
Text Example
White with #F11399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11399; }
p { color: rgb(241,19,153); }
H1.HeaderClassName
{
color: #F11399;
}
.AnyTagClassName
{
color: #F11399;
}
</style>
background-color css
<style>
a { background-color: #F11399; }
a { background-color: rgb(241,19,153); }
div.DivClassName
{
background-color: #F11399;
}
.BgClassName
{
background-color: #F11399;
}
</style>
border-color css
<style>
span { border-color: #F11399; }
span { border-color: rgb(241,19,153); }
td.TdClassName
{
border-color: #F11399;
}
.TagClassName
{
border-color: #F11399;
}
</style>