Shades of Shocking Pink #F111CA
Tints of Shocking Pink #F111CA
RGB
CMYK
RGB Variations
Color information
#F111CA (or 0xF111CA) is known color: Shocking Pink. HEX triplet: F1, 11 and CA. RGB value is (241,17,202). Sum of RGB (Red+Green+Blue) = 241+17+202=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F111CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111CA is #0EEE35. Grayscale: #686868. Windows color (decimal): -978486 or 13242865. OLE color: 13242865.
HSL color Cylindrical-coordinate representation of color #F111CA: hue angle of 310.45º 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 #F111CA is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 202 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.45º | 0.89% | 0.51% | - |
| HSV(B) | 310.45º | 0.93% | 0.95% | - |
| XYZ | 47.14 | 23.37 | 57.9 | - |
| YUV | 105.07 | 182.71 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 202 | 0 | 0.93 | 0.16 | 0.05 | 310.45 | 0.89 | 0.51 |
| Hex | F1 | 11 | CA | 0 | 5D | 10 | 5 | 136 | 59 | 33 |
| Octal | 361 | 21 | 312 | 0 | 135 | 20 | 5 | 466 | 131 | 63 |
| Binary | 11110001 | 10001 | 11001010 | 0 | 1011101 | 10000 | 101 | 100110110 | 1011001 | 110011 |
Color Harmonies of #F111CA
Complementary color
Monochromatic Colors of #F111CA
Black with #F111CA
Text Example
Text Example
White with #F111CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111CA; }
p { color: rgb(241,17,202); }
H1.HeaderClassName
{
color: #F111CA;
}
.AnyTagClassName
{
color: #F111CA;
}
</style>
background-color css
<style>
a { background-color: #F111CA; }
a { background-color: rgb(241,17,202); }
div.DivClassName
{
background-color: #F111CA;
}
.BgClassName
{
background-color: #F111CA;
}
</style>
border-color css
<style>
span { border-color: #F111CA; }
span { border-color: rgb(241,17,202); }
td.TdClassName
{
border-color: #F111CA;
}
.TagClassName
{
border-color: #F111CA;
}
</style>