Shades of Shocking Pink #F119D2
Tints of Shocking Pink #F119D2
RGB
CMYK
RGB Variations
Color information
#F119D2 (or 0xF119D2) is known color: Shocking Pink. HEX triplet: F1, 19 and D2. RGB value is (241,25,210). Sum of RGB (Red+Green+Blue) = 241+25+210=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F119D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119D2 is #0EE62D. Grayscale: #6E6E6E. Windows color (decimal): -976430 or 13769201. OLE color: 13769201.
HSL color Cylindrical-coordinate representation of color #F119D2: hue angle of 308.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 #F119D2 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 210 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.05 |
| HSL | 308.61º | 0.89% | 0.52% | - |
| HSV(B) | 308.61º | 0.9% | 0.95% | - |
| XYZ | 48.26 | 24.05 | 63.07 | - |
| YUV | 110.67 | 184.06 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 210 | 0 | 0.90 | 0.13 | 0.05 | 308.61 | 0.89 | 0.52 |
| Hex | F1 | 19 | D2 | 0 | 5A | D | 5 | 135 | 59 | 34 |
| Octal | 361 | 31 | 322 | 0 | 132 | 15 | 5 | 465 | 131 | 64 |
| Binary | 11110001 | 11001 | 11010010 | 0 | 1011010 | 1101 | 101 | 100110101 | 1011001 | 110100 |
Color Harmonies of #F119D2
Complementary color
Monochromatic Colors of #F119D2
Black with #F119D2
Text Example
Text Example
White with #F119D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119D2; }
p { color: rgb(241,25,210); }
H1.HeaderClassName
{
color: #F119D2;
}
.AnyTagClassName
{
color: #F119D2;
}
</style>
background-color css
<style>
a { background-color: #F119D2; }
a { background-color: rgb(241,25,210); }
div.DivClassName
{
background-color: #F119D2;
}
.BgClassName
{
background-color: #F119D2;
}
</style>
border-color css
<style>
span { border-color: #F119D2; }
span { border-color: rgb(241,25,210); }
td.TdClassName
{
border-color: #F119D2;
}
.TagClassName
{
border-color: #F119D2;
}
</style>