Shades of Shocking Pink #F11DC9
Tints of Shocking Pink #F11DC9
RGB
CMYK
RGB Variations
Color information
#F11DC9 (or 0xF11DC9) is known color: Shocking Pink. HEX triplet: F1, 1D and C9. RGB value is (241,29,201). Sum of RGB (Red+Green+Blue) = 241+29+201=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DC9 is #0EE236. Grayscale: #6F6F6F. Windows color (decimal): -975415 or 13180401. OLE color: 13180401.
HSL color Cylindrical-coordinate representation of color #F11DC9: hue angle of 311.32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DC9 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 201 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.05 |
| HSL | 311.32º | 0.88% | 0.53% | - |
| HSV(B) | 311.32º | 0.88% | 0.95% | - |
| XYZ | 47.26 | 23.8 | 57.36 | - |
| YUV | 112 | 178.24 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 201 | 0 | 0.88 | 0.17 | 0.05 | 311.32 | 0.88 | 0.53 |
| Hex | F1 | 1D | C9 | 0 | 58 | 11 | 5 | 137 | 58 | 35 |
| Octal | 361 | 35 | 311 | 0 | 130 | 21 | 5 | 467 | 130 | 65 |
| Binary | 11110001 | 11101 | 11001001 | 0 | 1011000 | 10001 | 101 | 100110111 | 1011000 | 110101 |
Color Harmonies of #F11DC9
Complementary color
Monochromatic Colors of #F11DC9
Black with #F11DC9
Text Example
Text Example
White with #F11DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DC9; }
p { color: rgb(241,29,201); }
H1.HeaderClassName
{
color: #F11DC9;
}
.AnyTagClassName
{
color: #F11DC9;
}
</style>
background-color css
<style>
a { background-color: #F11DC9; }
a { background-color: rgb(241,29,201); }
div.DivClassName
{
background-color: #F11DC9;
}
.BgClassName
{
background-color: #F11DC9;
}
</style>
border-color css
<style>
span { border-color: #F11DC9; }
span { border-color: rgb(241,29,201); }
td.TdClassName
{
border-color: #F11DC9;
}
.TagClassName
{
border-color: #F11DC9;
}
</style>