Shades of Shocking Pink #F110CE
Tints of Shocking Pink #F110CE
RGB
CMYK
RGB Variations
Color information
#F110CE (or 0xF110CE) is known color: Shocking Pink. HEX triplet: F1, 10 and CE. RGB value is (241,16,206). Sum of RGB (Red+Green+Blue) = 241+16+206=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F110CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110CE is #0EEF31. Grayscale: #686868. Windows color (decimal): -978738 or 13504753. OLE color: 13504753.
HSL color Cylindrical-coordinate representation of color #F110CE: hue angle of 309.33º 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 #F110CE is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 206 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.05 |
| HSL | 309.33º | 0.89% | 0.5% | - |
| HSV(B) | 309.33º | 0.93% | 0.95% | - |
| XYZ | 47.6 | 23.53 | 60.42 | - |
| YUV | 104.94 | 185.04 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 206 | 0 | 0.93 | 0.15 | 0.05 | 309.33 | 0.89 | 0.5 |
| Hex | F1 | 10 | CE | 0 | 5D | F | 5 | 135 | 59 | 32 |
| Octal | 361 | 20 | 316 | 0 | 135 | 17 | 5 | 465 | 131 | 62 |
| Binary | 11110001 | 10000 | 11001110 | 0 | 1011101 | 1111 | 101 | 100110101 | 1011001 | 110010 |
Color Harmonies of #F110CE
Complementary color
Monochromatic Colors of #F110CE
Black with #F110CE
Text Example
Text Example
White with #F110CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110CE; }
p { color: rgb(241,16,206); }
H1.HeaderClassName
{
color: #F110CE;
}
.AnyTagClassName
{
color: #F110CE;
}
</style>
background-color css
<style>
a { background-color: #F110CE; }
a { background-color: rgb(241,16,206); }
div.DivClassName
{
background-color: #F110CE;
}
.BgClassName
{
background-color: #F110CE;
}
</style>
border-color css
<style>
span { border-color: #F110CE; }
span { border-color: rgb(241,16,206); }
td.TdClassName
{
border-color: #F110CE;
}
.TagClassName
{
border-color: #F110CE;
}
</style>