Shades of Shocking Pink #F217C0
Tints of Shocking Pink #F217C0
RGB
CMYK
RGB Variations
Color information
#F217C0 (or 0xF217C0) is known color: Shocking Pink. HEX triplet: F2, 17 and C0. RGB value is (242,23,192). Sum of RGB (Red+Green+Blue) = 242+23+192=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F217C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217C0 is #0DE83F. Grayscale: #6B6B6B. Windows color (decimal): -911424 or 12589042. OLE color: 12589042.
HSL color Cylindrical-coordinate representation of color #F217C0: hue angle of 313.7º 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 #F217C0 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 192 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 313.7º | 0.89% | 0.52% | - |
| HSV(B) | 313.7º | 0.9% | 0.95% | - |
| XYZ | 46.44 | 23.3 | 51.92 | - |
| YUV | 107.75 | 175.55 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 192 | 0 | 0.90 | 0.21 | 0.05 | 313.7 | 0.89 | 0.52 |
| Hex | F2 | 17 | C0 | 0 | 5A | 15 | 5 | 13A | 59 | 34 |
| Octal | 362 | 27 | 300 | 0 | 132 | 25 | 5 | 472 | 131 | 64 |
| Binary | 11110010 | 10111 | 11000000 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F217C0
Complementary color
Monochromatic Colors of #F217C0
Black with #F217C0
Text Example
Text Example
White with #F217C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217C0; }
p { color: rgb(242,23,192); }
H1.HeaderClassName
{
color: #F217C0;
}
.AnyTagClassName
{
color: #F217C0;
}
</style>
background-color css
<style>
a { background-color: #F217C0; }
a { background-color: rgb(242,23,192); }
div.DivClassName
{
background-color: #F217C0;
}
.BgClassName
{
background-color: #F217C0;
}
</style>
border-color css
<style>
span { border-color: #F217C0; }
span { border-color: rgb(242,23,192); }
td.TdClassName
{
border-color: #F217C0;
}
.TagClassName
{
border-color: #F217C0;
}
</style>