Shades of Shocking Pink #F113CA
Tints of Shocking Pink #F113CA
RGB
CMYK
RGB Variations
Color information
#F113CA (or 0xF113CA) is known color: Shocking Pink. HEX triplet: F1, 13 and CA. RGB value is (241,19,202). Sum of RGB (Red+Green+Blue) = 241+19+202=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F113CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113CA is #0EEC35. Grayscale: #696969. Windows color (decimal): -977974 or 13243377. OLE color: 13243377.
HSL color Cylindrical-coordinate representation of color #F113CA: hue angle of 310.54º 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 #F113CA is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 202 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.05 |
| HSL | 310.54º | 0.89% | 0.51% | - |
| HSV(B) | 310.54º | 0.92% | 0.95% | - |
| XYZ | 47.17 | 23.43 | 57.91 | - |
| YUV | 106.24 | 182.05 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 202 | 0 | 0.92 | 0.16 | 0.05 | 310.54 | 0.89 | 0.51 |
| Hex | F1 | 13 | CA | 0 | 5C | 10 | 5 | 137 | 59 | 33 |
| Octal | 361 | 23 | 312 | 0 | 134 | 20 | 5 | 467 | 131 | 63 |
| Binary | 11110001 | 10011 | 11001010 | 0 | 1011100 | 10000 | 101 | 100110111 | 1011001 | 110011 |
Color Harmonies of #F113CA
Complementary color
Monochromatic Colors of #F113CA
Black with #F113CA
Text Example
Text Example
White with #F113CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113CA; }
p { color: rgb(241,19,202); }
H1.HeaderClassName
{
color: #F113CA;
}
.AnyTagClassName
{
color: #F113CA;
}
</style>
background-color css
<style>
a { background-color: #F113CA; }
a { background-color: rgb(241,19,202); }
div.DivClassName
{
background-color: #F113CA;
}
.BgClassName
{
background-color: #F113CA;
}
</style>
border-color css
<style>
span { border-color: #F113CA; }
span { border-color: rgb(241,19,202); }
td.TdClassName
{
border-color: #F113CA;
}
.TagClassName
{
border-color: #F113CA;
}
</style>