Shades of Shocking Pink #F111CE
Tints of Shocking Pink #F111CE
RGB
CMYK
RGB Variations
Color information
#F111CE (or 0xF111CE) is known color: Shocking Pink. HEX triplet: F1, 11 and CE. RGB value is (241,17,206). Sum of RGB (Red+Green+Blue) = 241+17+206=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F111CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111CE is #0EEE31. Grayscale: #686868. Windows color (decimal): -978482 or 13505009. OLE color: 13505009.
HSL color Cylindrical-coordinate representation of color #F111CE: hue angle of 309.38º 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 #F111CE is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 206 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.05 |
| HSL | 309.38º | 0.89% | 0.51% | - |
| HSV(B) | 309.38º | 0.93% | 0.95% | - |
| XYZ | 47.62 | 23.56 | 60.43 | - |
| YUV | 105.52 | 184.71 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 206 | 0 | 0.93 | 0.15 | 0.05 | 309.38 | 0.89 | 0.51 |
| Hex | F1 | 11 | CE | 0 | 5D | F | 5 | 135 | 59 | 33 |
| Octal | 361 | 21 | 316 | 0 | 135 | 17 | 5 | 465 | 131 | 63 |
| Binary | 11110001 | 10001 | 11001110 | 0 | 1011101 | 1111 | 101 | 100110101 | 1011001 | 110011 |
Color Harmonies of #F111CE
Complementary color
Monochromatic Colors of #F111CE
Black with #F111CE
Text Example
Text Example
White with #F111CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111CE; }
p { color: rgb(241,17,206); }
H1.HeaderClassName
{
color: #F111CE;
}
.AnyTagClassName
{
color: #F111CE;
}
</style>
background-color css
<style>
a { background-color: #F111CE; }
a { background-color: rgb(241,17,206); }
div.DivClassName
{
background-color: #F111CE;
}
.BgClassName
{
background-color: #F111CE;
}
</style>
border-color css
<style>
span { border-color: #F111CE; }
span { border-color: rgb(241,17,206); }
td.TdClassName
{
border-color: #F111CE;
}
.TagClassName
{
border-color: #F111CE;
}
</style>