Shades of Shocking Pink #F113C5
Tints of Shocking Pink #F113C5
RGB
CMYK
RGB Variations
Color information
#F113C5 (or 0xF113C5) is known color: Shocking Pink. HEX triplet: F1, 13 and C5. RGB value is (241,19,197). Sum of RGB (Red+Green+Blue) = 241+19+197=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F113C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113C5 is #0EEC3A. Grayscale: #696969. Windows color (decimal): -977979 or 12915697. OLE color: 12915697.
HSL color Cylindrical-coordinate representation of color #F113C5: hue angle of 311.89º 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 #F113C5 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 197 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.05 |
| HSL | 311.89º | 0.89% | 0.51% | - |
| HSV(B) | 311.89º | 0.92% | 0.95% | - |
| XYZ | 46.59 | 23.2 | 54.85 | - |
| YUV | 105.67 | 179.55 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 197 | 0 | 0.92 | 0.18 | 0.05 | 311.89 | 0.89 | 0.51 |
| Hex | F1 | 13 | C5 | 0 | 5C | 12 | 5 | 138 | 59 | 33 |
| Octal | 361 | 23 | 305 | 0 | 134 | 22 | 5 | 470 | 131 | 63 |
| Binary | 11110001 | 10011 | 11000101 | 0 | 1011100 | 10010 | 101 | 100111000 | 1011001 | 110011 |
Color Harmonies of #F113C5
Complementary color
Monochromatic Colors of #F113C5
Black with #F113C5
Text Example
Text Example
White with #F113C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113C5; }
p { color: rgb(241,19,197); }
H1.HeaderClassName
{
color: #F113C5;
}
.AnyTagClassName
{
color: #F113C5;
}
</style>
background-color css
<style>
a { background-color: #F113C5; }
a { background-color: rgb(241,19,197); }
div.DivClassName
{
background-color: #F113C5;
}
.BgClassName
{
background-color: #F113C5;
}
</style>
border-color css
<style>
span { border-color: #F113C5; }
span { border-color: rgb(241,19,197); }
td.TdClassName
{
border-color: #F113C5;
}
.TagClassName
{
border-color: #F113C5;
}
</style>