Shades of Shocking Pink #F112CF
Tints of Shocking Pink #F112CF
RGB
CMYK
RGB Variations
Color information
#F112CF (or 0xF112CF) is known color: Shocking Pink. HEX triplet: F1, 12 and CF. RGB value is (241,18,207). Sum of RGB (Red+Green+Blue) = 241+18+207=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F112CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112CF is #0EED30. Grayscale: #696969. Windows color (decimal): -978225 or 13570801. OLE color: 13570801.
HSL color Cylindrical-coordinate representation of color #F112CF: hue angle of 309.15º 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 #F112CF is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 207 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.05 |
| HSL | 309.15º | 0.89% | 0.51% | - |
| HSV(B) | 309.15º | 0.93% | 0.95% | - |
| XYZ | 47.75 | 23.64 | 61.08 | - |
| YUV | 106.22 | 184.88 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 207 | 0 | 0.93 | 0.14 | 0.05 | 309.15 | 0.89 | 0.51 |
| Hex | F1 | 12 | CF | 0 | 5D | E | 5 | 135 | 59 | 33 |
| Octal | 361 | 22 | 317 | 0 | 135 | 16 | 5 | 465 | 131 | 63 |
| Binary | 11110001 | 10010 | 11001111 | 0 | 1011101 | 1110 | 101 | 100110101 | 1011001 | 110011 |
Color Harmonies of #F112CF
Complementary color
Monochromatic Colors of #F112CF
Black with #F112CF
Text Example
Text Example
White with #F112CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112CF; }
p { color: rgb(241,18,207); }
H1.HeaderClassName
{
color: #F112CF;
}
.AnyTagClassName
{
color: #F112CF;
}
</style>
background-color css
<style>
a { background-color: #F112CF; }
a { background-color: rgb(241,18,207); }
div.DivClassName
{
background-color: #F112CF;
}
.BgClassName
{
background-color: #F112CF;
}
</style>
border-color css
<style>
span { border-color: #F112CF; }
span { border-color: rgb(241,18,207); }
td.TdClassName
{
border-color: #F112CF;
}
.TagClassName
{
border-color: #F112CF;
}
</style>