Shades of Shocking Pink #F119DA
Tints of Shocking Pink #F119DA
RGB
CMYK
RGB Variations
Color information
#F119DA (or 0xF119DA) is known color: Shocking Pink. HEX triplet: F1, 19 and DA. RGB value is (241,25,218). Sum of RGB (Red+Green+Blue) = 241+25+218=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F119DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119DA is #0EE625. Grayscale: #6F6F6F. Windows color (decimal): -976422 or 14293489. OLE color: 14293489.
HSL color Cylindrical-coordinate representation of color #F119DA: hue angle of 306.39º 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 #F119DA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 218 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.05 |
| HSL | 306.39º | 0.89% | 0.52% | - |
| HSV(B) | 306.39º | 0.9% | 0.95% | - |
| XYZ | 49.28 | 24.46 | 68.45 | - |
| YUV | 111.59 | 188.06 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 218 | 0 | 0.90 | 0.10 | 0.05 | 306.39 | 0.89 | 0.52 |
| Hex | F1 | 19 | DA | 0 | 5A | A | 5 | 132 | 59 | 34 |
| Octal | 361 | 31 | 332 | 0 | 132 | 12 | 5 | 462 | 131 | 64 |
| Binary | 11110001 | 11001 | 11011010 | 0 | 1011010 | 1010 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F119DA
Complementary color
Monochromatic Colors of #F119DA
Black with #F119DA
Text Example
Text Example
White with #F119DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119DA; }
p { color: rgb(241,25,218); }
H1.HeaderClassName
{
color: #F119DA;
}
.AnyTagClassName
{
color: #F119DA;
}
</style>
background-color css
<style>
a { background-color: #F119DA; }
a { background-color: rgb(241,25,218); }
div.DivClassName
{
background-color: #F119DA;
}
.BgClassName
{
background-color: #F119DA;
}
</style>
border-color css
<style>
span { border-color: #F119DA; }
span { border-color: rgb(241,25,218); }
td.TdClassName
{
border-color: #F119DA;
}
.TagClassName
{
border-color: #F119DA;
}
</style>