Shades of Shocking Pink #F110CF
Tints of Shocking Pink #F110CF
RGB
CMYK
RGB Variations
Color information
#F110CF (or 0xF110CF) is known color: Shocking Pink. HEX triplet: F1, 10 and CF. RGB value is (241,16,207). Sum of RGB (Red+Green+Blue) = 241+16+207=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F110CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110CF is #0EEF30. Grayscale: #686868. Windows color (decimal): -978737 or 13570289. OLE color: 13570289.
HSL color Cylindrical-coordinate representation of color #F110CF: hue angle of 309.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 #F110CF is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 207 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.05 |
| HSL | 309.07º | 0.89% | 0.5% | - |
| HSV(B) | 309.07º | 0.93% | 0.95% | - |
| XYZ | 47.72 | 23.58 | 61.07 | - |
| YUV | 105.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 207 | 0 | 0.93 | 0.14 | 0.05 | 309.07 | 0.89 | 0.5 |
| Hex | F1 | 10 | CF | 0 | 5D | E | 5 | 135 | 59 | 32 |
| Octal | 361 | 20 | 317 | 0 | 135 | 16 | 5 | 465 | 131 | 62 |
| Binary | 11110001 | 10000 | 11001111 | 0 | 1011101 | 1110 | 101 | 100110101 | 1011001 | 110010 |
Color Harmonies of #F110CF
Complementary color
Monochromatic Colors of #F110CF
Black with #F110CF
Text Example
Text Example
White with #F110CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110CF; }
p { color: rgb(241,16,207); }
H1.HeaderClassName
{
color: #F110CF;
}
.AnyTagClassName
{
color: #F110CF;
}
</style>
background-color css
<style>
a { background-color: #F110CF; }
a { background-color: rgb(241,16,207); }
div.DivClassName
{
background-color: #F110CF;
}
.BgClassName
{
background-color: #F110CF;
}
</style>
border-color css
<style>
span { border-color: #F110CF; }
span { border-color: rgb(241,16,207); }
td.TdClassName
{
border-color: #F110CF;
}
.TagClassName
{
border-color: #F110CF;
}
</style>