Shades of Shocking Pink #F119CA
Tints of Shocking Pink #F119CA
RGB
CMYK
RGB Variations
Color information
#F119CA (or 0xF119CA) is known color: Shocking Pink. HEX triplet: F1, 19 and CA. RGB value is (241,25,202). Sum of RGB (Red+Green+Blue) = 241+25+202=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F119CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119CA is #0EE635. Grayscale: #6D6D6D. Windows color (decimal): -976438 or 13244913. OLE color: 13244913.
HSL color Cylindrical-coordinate representation of color #F119CA: hue angle of 310.83º 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 #F119CA is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 202 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.05 |
| HSL | 310.83º | 0.89% | 0.52% | - |
| HSV(B) | 310.83º | 0.9% | 0.95% | - |
| XYZ | 47.28 | 23.66 | 57.95 | - |
| YUV | 109.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 202 | 0 | 0.90 | 0.16 | 0.05 | 310.83 | 0.89 | 0.52 |
| Hex | F1 | 19 | CA | 0 | 5A | 10 | 5 | 137 | 59 | 34 |
| Octal | 361 | 31 | 312 | 0 | 132 | 20 | 5 | 467 | 131 | 64 |
| Binary | 11110001 | 11001 | 11001010 | 0 | 1011010 | 10000 | 101 | 100110111 | 1011001 | 110100 |
Color Harmonies of #F119CA
Complementary color
Monochromatic Colors of #F119CA
Black with #F119CA
Text Example
Text Example
White with #F119CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119CA; }
p { color: rgb(241,25,202); }
H1.HeaderClassName
{
color: #F119CA;
}
.AnyTagClassName
{
color: #F119CA;
}
</style>
background-color css
<style>
a { background-color: #F119CA; }
a { background-color: rgb(241,25,202); }
div.DivClassName
{
background-color: #F119CA;
}
.BgClassName
{
background-color: #F119CA;
}
</style>
border-color css
<style>
span { border-color: #F119CA; }
span { border-color: rgb(241,25,202); }
td.TdClassName
{
border-color: #F119CA;
}
.TagClassName
{
border-color: #F119CA;
}
</style>