Shades of Shocking Pink #F112CB
Tints of Shocking Pink #F112CB
RGB
CMYK
RGB Variations
Color information
#F112CB (or 0xF112CB) is known color: Shocking Pink. HEX triplet: F1, 12 and CB. RGB value is (241,18,203). Sum of RGB (Red+Green+Blue) = 241+18+203=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F112CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112CB is #0EED34. Grayscale: #696969. Windows color (decimal): -978229 or 13308657. OLE color: 13308657.
HSL color Cylindrical-coordinate representation of color #F112CB: hue angle of 310.22º 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 #F112CB is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 203 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.22º | 0.89% | 0.51% | - |
| HSV(B) | 310.22º | 0.93% | 0.95% | - |
| XYZ | 47.27 | 23.45 | 58.53 | - |
| YUV | 105.77 | 182.88 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 203 | 0 | 0.93 | 0.16 | 0.05 | 310.22 | 0.89 | 0.51 |
| Hex | F1 | 12 | CB | 0 | 5D | 10 | 5 | 136 | 59 | 33 |
| Octal | 361 | 22 | 313 | 0 | 135 | 20 | 5 | 466 | 131 | 63 |
| Binary | 11110001 | 10010 | 11001011 | 0 | 1011101 | 10000 | 101 | 100110110 | 1011001 | 110011 |
Color Harmonies of #F112CB
Complementary color
Monochromatic Colors of #F112CB
Black with #F112CB
Text Example
Text Example
White with #F112CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112CB; }
p { color: rgb(241,18,203); }
H1.HeaderClassName
{
color: #F112CB;
}
.AnyTagClassName
{
color: #F112CB;
}
</style>
background-color css
<style>
a { background-color: #F112CB; }
a { background-color: rgb(241,18,203); }
div.DivClassName
{
background-color: #F112CB;
}
.BgClassName
{
background-color: #F112CB;
}
</style>
border-color css
<style>
span { border-color: #F112CB; }
span { border-color: rgb(241,18,203); }
td.TdClassName
{
border-color: #F112CB;
}
.TagClassName
{
border-color: #F112CB;
}
</style>