Shades of Shocking Pink #F110CC
Tints of Shocking Pink #F110CC
RGB
CMYK
RGB Variations
Color information
#F110CC (or 0xF110CC) is known color: Shocking Pink. HEX triplet: F1, 10 and CC. RGB value is (241,16,204). Sum of RGB (Red+Green+Blue) = 241+16+204=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F110CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110CC is #0EEF33. Grayscale: #686868. Windows color (decimal): -978740 or 13373681. OLE color: 13373681.
HSL color Cylindrical-coordinate representation of color #F110CC: hue angle of 309.87º 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 #F110CC is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 204 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.05 |
| HSL | 309.87º | 0.89% | 0.5% | - |
| HSV(B) | 309.87º | 0.93% | 0.95% | - |
| XYZ | 47.36 | 23.43 | 59.15 | - |
| YUV | 104.71 | 184.04 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 204 | 0 | 0.93 | 0.15 | 0.05 | 309.87 | 0.89 | 0.5 |
| Hex | F1 | 10 | CC | 0 | 5D | F | 5 | 136 | 59 | 32 |
| Octal | 361 | 20 | 314 | 0 | 135 | 17 | 5 | 466 | 131 | 62 |
| Binary | 11110001 | 10000 | 11001100 | 0 | 1011101 | 1111 | 101 | 100110110 | 1011001 | 110010 |
Color Harmonies of #F110CC
Complementary color
Monochromatic Colors of #F110CC
Black with #F110CC
Text Example
Text Example
White with #F110CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110CC; }
p { color: rgb(241,16,204); }
H1.HeaderClassName
{
color: #F110CC;
}
.AnyTagClassName
{
color: #F110CC;
}
</style>
background-color css
<style>
a { background-color: #F110CC; }
a { background-color: rgb(241,16,204); }
div.DivClassName
{
background-color: #F110CC;
}
.BgClassName
{
background-color: #F110CC;
}
</style>
border-color css
<style>
span { border-color: #F110CC; }
span { border-color: rgb(241,16,204); }
td.TdClassName
{
border-color: #F110CC;
}
.TagClassName
{
border-color: #F110CC;
}
</style>