Shades of Shocking Pink #F113C6
Tints of Shocking Pink #F113C6
RGB
CMYK
RGB Variations
Color information
#F113C6 (or 0xF113C6) is known color: Shocking Pink. HEX triplet: F1, 13 and C6. RGB value is (241,19,198). Sum of RGB (Red+Green+Blue) = 241+19+198=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F113C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113C6 is #0EEC39. Grayscale: #696969. Windows color (decimal): -977978 or 12981233. OLE color: 12981233.
HSL color Cylindrical-coordinate representation of color #F113C6: hue angle of 311.62º 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 #F113C6 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 198 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.05 |
| HSL | 311.62º | 0.89% | 0.51% | - |
| HSV(B) | 311.62º | 0.92% | 0.95% | - |
| XYZ | 46.7 | 23.24 | 55.45 | - |
| YUV | 105.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 198 | 0 | 0.92 | 0.18 | 0.05 | 311.62 | 0.89 | 0.51 |
| Hex | F1 | 13 | C6 | 0 | 5C | 12 | 5 | 138 | 59 | 33 |
| Octal | 361 | 23 | 306 | 0 | 134 | 22 | 5 | 470 | 131 | 63 |
| Binary | 11110001 | 10011 | 11000110 | 0 | 1011100 | 10010 | 101 | 100111000 | 1011001 | 110011 |
Color Harmonies of #F113C6
Complementary color
Monochromatic Colors of #F113C6
Black with #F113C6
Text Example
Text Example
White with #F113C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113C6; }
p { color: rgb(241,19,198); }
H1.HeaderClassName
{
color: #F113C6;
}
.AnyTagClassName
{
color: #F113C6;
}
</style>
background-color css
<style>
a { background-color: #F113C6; }
a { background-color: rgb(241,19,198); }
div.DivClassName
{
background-color: #F113C6;
}
.BgClassName
{
background-color: #F113C6;
}
</style>
border-color css
<style>
span { border-color: #F113C6; }
span { border-color: rgb(241,19,198); }
td.TdClassName
{
border-color: #F113C6;
}
.TagClassName
{
border-color: #F113C6;
}
</style>