Shades of Shocking Pink #F219C9
Tints of Shocking Pink #F219C9
RGB
CMYK
RGB Variations
Color information
#F219C9 (or 0xF219C9) is known color: Shocking Pink. HEX triplet: F2, 19 and C9. RGB value is (242,25,201). Sum of RGB (Red+Green+Blue) = 242+25+201=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F219C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219C9 is #0DE636. Grayscale: #6D6D6D. Windows color (decimal): -910903 or 13179378. OLE color: 13179378.
HSL color Cylindrical-coordinate representation of color #F219C9: hue angle of 311.34º 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 #F219C9 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 201 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.05 |
| HSL | 311.34º | 0.89% | 0.52% | - |
| HSV(B) | 311.34º | 0.9% | 0.95% | - |
| XYZ | 47.51 | 23.79 | 57.35 | - |
| YUV | 109.95 | 179.39 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 201 | 0 | 0.90 | 0.17 | 0.05 | 311.34 | 0.89 | 0.52 |
| Hex | F2 | 19 | C9 | 0 | 5A | 11 | 5 | 137 | 59 | 34 |
| Octal | 362 | 31 | 311 | 0 | 132 | 21 | 5 | 467 | 131 | 64 |
| Binary | 11110010 | 11001 | 11001001 | 0 | 1011010 | 10001 | 101 | 100110111 | 1011001 | 110100 |
Color Harmonies of #F219C9
Complementary color
Monochromatic Colors of #F219C9
Black with #F219C9
Text Example
Text Example
White with #F219C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219C9; }
p { color: rgb(242,25,201); }
H1.HeaderClassName
{
color: #F219C9;
}
.AnyTagClassName
{
color: #F219C9;
}
</style>
background-color css
<style>
a { background-color: #F219C9; }
a { background-color: rgb(242,25,201); }
div.DivClassName
{
background-color: #F219C9;
}
.BgClassName
{
background-color: #F219C9;
}
</style>
border-color css
<style>
span { border-color: #F219C9; }
span { border-color: rgb(242,25,201); }
td.TdClassName
{
border-color: #F219C9;
}
.TagClassName
{
border-color: #F219C9;
}
</style>