Shades of Shocking Pink #F110D0
Tints of Shocking Pink #F110D0
RGB
CMYK
RGB Variations
Color information
#F110D0 (or 0xF110D0) is known color: Shocking Pink. HEX triplet: F1, 10 and D0. RGB value is (241,16,208). Sum of RGB (Red+Green+Blue) = 241+16+208=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F110D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110D0 is #0EEF2F. Grayscale: #686868. Windows color (decimal): -978736 or 13635825. OLE color: 13635825.
HSL color Cylindrical-coordinate representation of color #F110D0: hue angle of 308.8º 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 #F110D0 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 208 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.05 |
| HSL | 308.8º | 0.89% | 0.5% | - |
| HSV(B) | 308.8º | 0.93% | 0.95% | - |
| XYZ | 47.85 | 23.63 | 61.71 | - |
| YUV | 105.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 208 | 0 | 0.93 | 0.14 | 0.05 | 308.8 | 0.89 | 0.5 |
| Hex | F1 | 10 | D0 | 0 | 5D | E | 5 | 135 | 59 | 32 |
| Octal | 361 | 20 | 320 | 0 | 135 | 16 | 5 | 465 | 131 | 62 |
| Binary | 11110001 | 10000 | 11010000 | 0 | 1011101 | 1110 | 101 | 100110101 | 1011001 | 110010 |
Color Harmonies of #F110D0
Complementary color
Monochromatic Colors of #F110D0
Black with #F110D0
Text Example
Text Example
White with #F110D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110D0; }
p { color: rgb(241,16,208); }
H1.HeaderClassName
{
color: #F110D0;
}
.AnyTagClassName
{
color: #F110D0;
}
</style>
background-color css
<style>
a { background-color: #F110D0; }
a { background-color: rgb(241,16,208); }
div.DivClassName
{
background-color: #F110D0;
}
.BgClassName
{
background-color: #F110D0;
}
</style>
border-color css
<style>
span { border-color: #F110D0; }
span { border-color: rgb(241,16,208); }
td.TdClassName
{
border-color: #F110D0;
}
.TagClassName
{
border-color: #F110D0;
}
</style>