Shades of Shocking Pink #F110CA
Tints of Shocking Pink #F110CA
RGB
CMYK
RGB Variations
Color information
#F110CA (or 0xF110CA) is known color: Shocking Pink. HEX triplet: F1, 10 and CA. RGB value is (241,16,202). Sum of RGB (Red+Green+Blue) = 241+16+202=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F110CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110CA is #0EEF35. Grayscale: #676767. Windows color (decimal): -978742 or 13242609. OLE color: 13242609.
HSL color Cylindrical-coordinate representation of color #F110CA: hue angle of 310.4º 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 #F110CA is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.4º | 0.89% | 0.5% | - |
| HSV(B) | 310.4º | 0.93% | 0.95% | - |
| XYZ | 47.12 | 23.34 | 57.9 | - |
| YUV | 104.48 | 183.04 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 202 | 0 | 0.93 | 0.16 | 0.05 | 310.4 | 0.89 | 0.5 |
| Hex | F1 | 10 | CA | 0 | 5D | 10 | 5 | 136 | 59 | 32 |
| Octal | 361 | 20 | 312 | 0 | 135 | 20 | 5 | 466 | 131 | 62 |
| Binary | 11110001 | 10000 | 11001010 | 0 | 1011101 | 10000 | 101 | 100110110 | 1011001 | 110010 |
Color Harmonies of #F110CA
Complementary color
Monochromatic Colors of #F110CA
Black with #F110CA
Text Example
Text Example
White with #F110CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110CA; }
p { color: rgb(241,16,202); }
H1.HeaderClassName
{
color: #F110CA;
}
.AnyTagClassName
{
color: #F110CA;
}
</style>
background-color css
<style>
a { background-color: #F110CA; }
a { background-color: rgb(241,16,202); }
div.DivClassName
{
background-color: #F110CA;
}
.BgClassName
{
background-color: #F110CA;
}
</style>
border-color css
<style>
span { border-color: #F110CA; }
span { border-color: rgb(241,16,202); }
td.TdClassName
{
border-color: #F110CA;
}
.TagClassName
{
border-color: #F110CA;
}
</style>