Shades of Shocking Pink #F119C2
Tints of Shocking Pink #F119C2
RGB
CMYK
RGB Variations
Color information
#F119C2 (or 0xF119C2) is known color: Shocking Pink. HEX triplet: F1, 19 and C2. RGB value is (241,25,194). Sum of RGB (Red+Green+Blue) = 241+25+194=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F119C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119C2 is #0EE63D. Grayscale: #6C6C6C. Windows color (decimal): -976446 or 12720625. OLE color: 12720625.
HSL color Cylindrical-coordinate representation of color #F119C2: hue angle of 313.06º 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 #F119C2 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 194 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.05 |
| HSL | 313.06º | 0.89% | 0.52% | - |
| HSV(B) | 313.06º | 0.9% | 0.95% | - |
| XYZ | 46.36 | 23.29 | 53.09 | - |
| YUV | 108.85 | 176.06 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 194 | 0 | 0.90 | 0.20 | 0.05 | 313.06 | 0.89 | 0.52 |
| Hex | F1 | 19 | C2 | 0 | 5A | 14 | 5 | 139 | 59 | 34 |
| Octal | 361 | 31 | 302 | 0 | 132 | 24 | 5 | 471 | 131 | 64 |
| Binary | 11110001 | 11001 | 11000010 | 0 | 1011010 | 10100 | 101 | 100111001 | 1011001 | 110100 |
Color Harmonies of #F119C2
Complementary color
Monochromatic Colors of #F119C2
Black with #F119C2
Text Example
Text Example
White with #F119C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119C2; }
p { color: rgb(241,25,194); }
H1.HeaderClassName
{
color: #F119C2;
}
.AnyTagClassName
{
color: #F119C2;
}
</style>
background-color css
<style>
a { background-color: #F119C2; }
a { background-color: rgb(241,25,194); }
div.DivClassName
{
background-color: #F119C2;
}
.BgClassName
{
background-color: #F119C2;
}
</style>
border-color css
<style>
span { border-color: #F119C2; }
span { border-color: rgb(241,25,194); }
td.TdClassName
{
border-color: #F119C2;
}
.TagClassName
{
border-color: #F119C2;
}
</style>