Shades of Shocking Pink #F110C0
Tints of Shocking Pink #F110C0
RGB
CMYK
RGB Variations
Color information
#F110C0 (or 0xF110C0) is known color: Shocking Pink. HEX triplet: F1, 10 and C0. RGB value is (241,16,192). Sum of RGB (Red+Green+Blue) = 241+16+192=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F110C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110C0 is #0EEF3F. Grayscale: #666666. Windows color (decimal): -978752 or 12587249. OLE color: 12587249.
HSL color Cylindrical-coordinate representation of color #F110C0: hue angle of 313.07º 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 #F110C0 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 192 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.05 |
| HSL | 313.07º | 0.89% | 0.5% | - |
| HSV(B) | 313.07º | 0.93% | 0.95% | - |
| XYZ | 45.98 | 22.88 | 51.86 | - |
| YUV | 103.34 | 178.04 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 192 | 0 | 0.93 | 0.20 | 0.05 | 313.07 | 0.89 | 0.5 |
| Hex | F1 | 10 | C0 | 0 | 5D | 14 | 5 | 139 | 59 | 32 |
| Octal | 361 | 20 | 300 | 0 | 135 | 24 | 5 | 471 | 131 | 62 |
| Binary | 11110001 | 10000 | 11000000 | 0 | 1011101 | 10100 | 101 | 100111001 | 1011001 | 110010 |
Color Harmonies of #F110C0
Complementary color
Monochromatic Colors of #F110C0
Black with #F110C0
Text Example
Text Example
White with #F110C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110C0; }
p { color: rgb(241,16,192); }
H1.HeaderClassName
{
color: #F110C0;
}
.AnyTagClassName
{
color: #F110C0;
}
</style>
background-color css
<style>
a { background-color: #F110C0; }
a { background-color: rgb(241,16,192); }
div.DivClassName
{
background-color: #F110C0;
}
.BgClassName
{
background-color: #F110C0;
}
</style>
border-color css
<style>
span { border-color: #F110C0; }
span { border-color: rgb(241,16,192); }
td.TdClassName
{
border-color: #F110C0;
}
.TagClassName
{
border-color: #F110C0;
}
</style>