Shades of Shocking Pink #F219CC
Tints of Shocking Pink #F219CC
RGB
CMYK
RGB Variations
Color information
#F219CC (or 0xF219CC) is known color: Shocking Pink. HEX triplet: F2, 19 and CC. RGB value is (242,25,204). Sum of RGB (Red+Green+Blue) = 242+25+204=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F219CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219CC is #0DE633. Grayscale: #6D6D6D. Windows color (decimal): -910900 or 13375986. OLE color: 13375986.
HSL color Cylindrical-coordinate representation of color #F219CC: hue angle of 310.51º 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 #F219CC is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 204 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.05 |
| HSL | 310.51º | 0.89% | 0.52% | - |
| HSV(B) | 310.51º | 0.9% | 0.95% | - |
| XYZ | 47.86 | 23.93 | 59.22 | - |
| YUV | 110.29 | 180.89 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 204 | 0 | 0.90 | 0.16 | 0.05 | 310.51 | 0.89 | 0.52 |
| Hex | F2 | 19 | CC | 0 | 5A | 10 | 5 | 137 | 59 | 34 |
| Octal | 362 | 31 | 314 | 0 | 132 | 20 | 5 | 467 | 131 | 64 |
| Binary | 11110010 | 11001 | 11001100 | 0 | 1011010 | 10000 | 101 | 100110111 | 1011001 | 110100 |
Color Harmonies of #F219CC
Complementary color
Monochromatic Colors of #F219CC
Black with #F219CC
Text Example
Text Example
White with #F219CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219CC; }
p { color: rgb(242,25,204); }
H1.HeaderClassName
{
color: #F219CC;
}
.AnyTagClassName
{
color: #F219CC;
}
</style>
background-color css
<style>
a { background-color: #F219CC; }
a { background-color: rgb(242,25,204); }
div.DivClassName
{
background-color: #F219CC;
}
.BgClassName
{
background-color: #F219CC;
}
</style>
border-color css
<style>
span { border-color: #F219CC; }
span { border-color: rgb(242,25,204); }
td.TdClassName
{
border-color: #F219CC;
}
.TagClassName
{
border-color: #F219CC;
}
</style>