Shades of Shocking Pink #F113CB
Tints of Shocking Pink #F113CB
RGB
CMYK
RGB Variations
Color information
#F113CB (or 0xF113CB) is known color: Shocking Pink. HEX triplet: F1, 13 and CB. RGB value is (241,19,203). Sum of RGB (Red+Green+Blue) = 241+19+203=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F113CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113CB is #0EEC34. Grayscale: #696969. Windows color (decimal): -977973 or 13308913. OLE color: 13308913.
HSL color Cylindrical-coordinate representation of color #F113CB: hue angle of 310.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113CB is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 203 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.05 |
| HSL | 310.27º | 0.89% | 0.51% | - |
| HSV(B) | 310.27º | 0.92% | 0.95% | - |
| XYZ | 47.29 | 23.48 | 58.54 | - |
| YUV | 106.35 | 182.55 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 203 | 0 | 0.92 | 0.16 | 0.05 | 310.27 | 0.89 | 0.51 |
| Hex | F1 | 13 | CB | 0 | 5C | 10 | 5 | 136 | 59 | 33 |
| Octal | 361 | 23 | 313 | 0 | 134 | 20 | 5 | 466 | 131 | 63 |
| Binary | 11110001 | 10011 | 11001011 | 0 | 1011100 | 10000 | 101 | 100110110 | 1011001 | 110011 |
Color Harmonies of #F113CB
Complementary color
Monochromatic Colors of #F113CB
Black with #F113CB
Text Example
Text Example
White with #F113CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113CB; }
p { color: rgb(241,19,203); }
H1.HeaderClassName
{
color: #F113CB;
}
.AnyTagClassName
{
color: #F113CB;
}
</style>
background-color css
<style>
a { background-color: #F113CB; }
a { background-color: rgb(241,19,203); }
div.DivClassName
{
background-color: #F113CB;
}
.BgClassName
{
background-color: #F113CB;
}
</style>
border-color css
<style>
span { border-color: #F113CB; }
span { border-color: rgb(241,19,203); }
td.TdClassName
{
border-color: #F113CB;
}
.TagClassName
{
border-color: #F113CB;
}
</style>