Shades of Shocking Pink #F113C9
Tints of Shocking Pink #F113C9
RGB
CMYK
RGB Variations
Color information
#F113C9 (or 0xF113C9) is known color: Shocking Pink. HEX triplet: F1, 13 and C9. RGB value is (241,19,201). Sum of RGB (Red+Green+Blue) = 241+19+201=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F113C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113C9 is #0EEC36. Grayscale: #696969. Windows color (decimal): -977975 or 13177841. OLE color: 13177841.
HSL color Cylindrical-coordinate representation of color #F113C9: hue angle of 310.81º 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 #F113C9 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 201 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.05 |
| HSL | 310.81º | 0.89% | 0.51% | - |
| HSV(B) | 310.81º | 0.92% | 0.95% | - |
| XYZ | 47.05 | 23.38 | 57.29 | - |
| YUV | 106.13 | 181.55 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 201 | 0 | 0.92 | 0.17 | 0.05 | 310.81 | 0.89 | 0.51 |
| Hex | F1 | 13 | C9 | 0 | 5C | 11 | 5 | 137 | 59 | 33 |
| Octal | 361 | 23 | 311 | 0 | 134 | 21 | 5 | 467 | 131 | 63 |
| Binary | 11110001 | 10011 | 11001001 | 0 | 1011100 | 10001 | 101 | 100110111 | 1011001 | 110011 |
Color Harmonies of #F113C9
Complementary color
Monochromatic Colors of #F113C9
Black with #F113C9
Text Example
Text Example
White with #F113C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113C9; }
p { color: rgb(241,19,201); }
H1.HeaderClassName
{
color: #F113C9;
}
.AnyTagClassName
{
color: #F113C9;
}
</style>
background-color css
<style>
a { background-color: #F113C9; }
a { background-color: rgb(241,19,201); }
div.DivClassName
{
background-color: #F113C9;
}
.BgClassName
{
background-color: #F113C9;
}
</style>
border-color css
<style>
span { border-color: #F113C9; }
span { border-color: rgb(241,19,201); }
td.TdClassName
{
border-color: #F113C9;
}
.TagClassName
{
border-color: #F113C9;
}
</style>