Shades of Shocking Pink #F112CA
Tints of Shocking Pink #F112CA
RGB
CMYK
RGB Variations
Color information
#F112CA (or 0xF112CA) is known color: Shocking Pink. HEX triplet: F1, 12 and CA. RGB value is (241,18,202). Sum of RGB (Red+Green+Blue) = 241+18+202=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F112CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112CA is #0EED35. Grayscale: #696969. Windows color (decimal): -978230 or 13243121. OLE color: 13243121.
HSL color Cylindrical-coordinate representation of color #F112CA: hue angle of 310.49º 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 #F112CA is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 202 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.49º | 0.89% | 0.51% | - |
| HSV(B) | 310.49º | 0.93% | 0.95% | - |
| XYZ | 47.15 | 23.4 | 57.91 | - |
| YUV | 105.65 | 182.38 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 202 | 0 | 0.93 | 0.16 | 0.05 | 310.49 | 0.89 | 0.51 |
| Hex | F1 | 12 | CA | 0 | 5D | 10 | 5 | 136 | 59 | 33 |
| Octal | 361 | 22 | 312 | 0 | 135 | 20 | 5 | 466 | 131 | 63 |
| Binary | 11110001 | 10010 | 11001010 | 0 | 1011101 | 10000 | 101 | 100110110 | 1011001 | 110011 |
Color Harmonies of #F112CA
Complementary color
Monochromatic Colors of #F112CA
Black with #F112CA
Text Example
Text Example
White with #F112CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112CA; }
p { color: rgb(241,18,202); }
H1.HeaderClassName
{
color: #F112CA;
}
.AnyTagClassName
{
color: #F112CA;
}
</style>
background-color css
<style>
a { background-color: #F112CA; }
a { background-color: rgb(241,18,202); }
div.DivClassName
{
background-color: #F112CA;
}
.BgClassName
{
background-color: #F112CA;
}
</style>
border-color css
<style>
span { border-color: #F112CA; }
span { border-color: rgb(241,18,202); }
td.TdClassName
{
border-color: #F112CA;
}
.TagClassName
{
border-color: #F112CA;
}
</style>