Shades of Deep Pink #F11298
Tints of Deep Pink #F11298
RGB
CMYK
RGB Variations
Color information
#F11298 (or 0xF11298) is known color: Deep Pink. HEX triplet: F1, 12 and 98. RGB value is (241,18,152). Sum of RGB (Red+Green+Blue) = 241+18+152=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F11298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11298 is #0EED67. Grayscale: #636363. Windows color (decimal): -978280 or 9966321. OLE color: 9966321.
HSL color Cylindrical-coordinate representation of color #F11298: hue angle of 323.95º 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 #F11298 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 152 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.05 |
| HSL | 323.95º | 0.89% | 0.51% | - |
| HSV(B) | 323.95º | 0.93% | 0.95% | - |
| XYZ | 42.16 | 21.4 | 31.61 | - |
| YUV | 99.95 | 157.38 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 152 | 0 | 0.93 | 0.37 | 0.05 | 323.95 | 0.89 | 0.51 |
| Hex | F1 | 12 | 98 | 0 | 5D | 25 | 5 | 144 | 59 | 33 |
| Octal | 361 | 22 | 230 | 0 | 135 | 45 | 5 | 504 | 131 | 63 |
| Binary | 11110001 | 10010 | 10011000 | 0 | 1011101 | 100101 | 101 | 101000100 | 1011001 | 110011 |
Color Harmonies of #F11298
Complementary color
Monochromatic Colors of #F11298
Black with #F11298
Text Example
Text Example
White with #F11298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11298; }
p { color: rgb(241,18,152); }
H1.HeaderClassName
{
color: #F11298;
}
.AnyTagClassName
{
color: #F11298;
}
</style>
background-color css
<style>
a { background-color: #F11298; }
a { background-color: rgb(241,18,152); }
div.DivClassName
{
background-color: #F11298;
}
.BgClassName
{
background-color: #F11298;
}
</style>
border-color css
<style>
span { border-color: #F11298; }
span { border-color: rgb(241,18,152); }
td.TdClassName
{
border-color: #F11298;
}
.TagClassName
{
border-color: #F11298;
}
</style>