Shades of Shocking Pink #F119C0
Tints of Shocking Pink #F119C0
RGB
CMYK
RGB Variations
Color information
#F119C0 (or 0xF119C0) is known color: Shocking Pink. HEX triplet: F1, 19 and C0. RGB value is (241,25,192). Sum of RGB (Red+Green+Blue) = 241+25+192=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F119C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119C0 is #0EE63F. Grayscale: #6C6C6C. Windows color (decimal): -976448 or 12589553. OLE color: 12589553.
HSL color Cylindrical-coordinate representation of color #F119C0: hue angle of 313.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119C0 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 192 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.05 |
| HSL | 313.61º | 0.89% | 0.52% | - |
| HSV(B) | 313.61º | 0.9% | 0.95% | - |
| XYZ | 46.14 | 23.2 | 51.92 | - |
| YUV | 108.62 | 175.06 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 192 | 0 | 0.90 | 0.20 | 0.05 | 313.61 | 0.89 | 0.52 |
| Hex | F1 | 19 | C0 | 0 | 5A | 14 | 5 | 13A | 59 | 34 |
| Octal | 361 | 31 | 300 | 0 | 132 | 24 | 5 | 472 | 131 | 64 |
| Binary | 11110001 | 11001 | 11000000 | 0 | 1011010 | 10100 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F119C0
Complementary color
Monochromatic Colors of #F119C0
Black with #F119C0
Text Example
Text Example
White with #F119C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119C0; }
p { color: rgb(241,25,192); }
H1.HeaderClassName
{
color: #F119C0;
}
.AnyTagClassName
{
color: #F119C0;
}
</style>
background-color css
<style>
a { background-color: #F119C0; }
a { background-color: rgb(241,25,192); }
div.DivClassName
{
background-color: #F119C0;
}
.BgClassName
{
background-color: #F119C0;
}
</style>
border-color css
<style>
span { border-color: #F119C0; }
span { border-color: rgb(241,25,192); }
td.TdClassName
{
border-color: #F119C0;
}
.TagClassName
{
border-color: #F119C0;
}
</style>