Shades of Shocking Pink #F119D0
Tints of Shocking Pink #F119D0
RGB
CMYK
RGB Variations
Color information
#F119D0 (or 0xF119D0) is known color: Shocking Pink. HEX triplet: F1, 19 and D0. RGB value is (241,25,208). Sum of RGB (Red+Green+Blue) = 241+25+208=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F119D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119D0 is #0EE62F. Grayscale: #6D6D6D. Windows color (decimal): -976432 or 13638129. OLE color: 13638129.
HSL color Cylindrical-coordinate representation of color #F119D0: hue angle of 309.17º 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 #F119D0 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 208 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.05 |
| HSL | 309.17º | 0.89% | 0.52% | - |
| HSV(B) | 309.17º | 0.9% | 0.95% | - |
| XYZ | 48.01 | 23.95 | 61.77 | - |
| YUV | 110.45 | 183.06 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 208 | 0 | 0.90 | 0.14 | 0.05 | 309.17 | 0.89 | 0.52 |
| Hex | F1 | 19 | D0 | 0 | 5A | E | 5 | 135 | 59 | 34 |
| Octal | 361 | 31 | 320 | 0 | 132 | 16 | 5 | 465 | 131 | 64 |
| Binary | 11110001 | 11001 | 11010000 | 0 | 1011010 | 1110 | 101 | 100110101 | 1011001 | 110100 |
Color Harmonies of #F119D0
Complementary color
Monochromatic Colors of #F119D0
Black with #F119D0
Text Example
Text Example
White with #F119D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119D0; }
p { color: rgb(241,25,208); }
H1.HeaderClassName
{
color: #F119D0;
}
.AnyTagClassName
{
color: #F119D0;
}
</style>
background-color css
<style>
a { background-color: #F119D0; }
a { background-color: rgb(241,25,208); }
div.DivClassName
{
background-color: #F119D0;
}
.BgClassName
{
background-color: #F119D0;
}
</style>
border-color css
<style>
span { border-color: #F119D0; }
span { border-color: rgb(241,25,208); }
td.TdClassName
{
border-color: #F119D0;
}
.TagClassName
{
border-color: #F119D0;
}
</style>