Shades of Shocking Pink #F217C3
Tints of Shocking Pink #F217C3
RGB
CMYK
RGB Variations
Color information
#F217C3 (or 0xF217C3) is known color: Shocking Pink. HEX triplet: F2, 17 and C3. RGB value is (242,23,195). Sum of RGB (Red+Green+Blue) = 242+23+195=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 23 (9.38% from 255 or 5% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F217C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217C3 is #0DE83C. Grayscale: #6B6B6B. Windows color (decimal): -911421 or 12785650. OLE color: 12785650.
HSL color Cylindrical-coordinate representation of color #F217C3: hue angle of 312.88º 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 #F217C3 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 195 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.05 |
| HSL | 312.88º | 0.89% | 0.52% | - |
| HSV(B) | 312.88º | 0.9% | 0.95% | - |
| XYZ | 46.77 | 23.43 | 53.69 | - |
| YUV | 108.09 | 177.05 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 195 | 0 | 0.90 | 0.19 | 0.05 | 312.88 | 0.89 | 0.52 |
| Hex | F2 | 17 | C3 | 0 | 5A | 13 | 5 | 139 | 59 | 34 |
| Octal | 362 | 27 | 303 | 0 | 132 | 23 | 5 | 471 | 131 | 64 |
| Binary | 11110010 | 10111 | 11000011 | 0 | 1011010 | 10011 | 101 | 100111001 | 1011001 | 110100 |
Color Harmonies of #F217C3
Complementary color
Monochromatic Colors of #F217C3
Black with #F217C3
Text Example
Text Example
White with #F217C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217C3; }
p { color: rgb(242,23,195); }
H1.HeaderClassName
{
color: #F217C3;
}
.AnyTagClassName
{
color: #F217C3;
}
</style>
background-color css
<style>
a { background-color: #F217C3; }
a { background-color: rgb(242,23,195); }
div.DivClassName
{
background-color: #F217C3;
}
.BgClassName
{
background-color: #F217C3;
}
</style>
border-color css
<style>
span { border-color: #F217C3; }
span { border-color: rgb(242,23,195); }
td.TdClassName
{
border-color: #F217C3;
}
.TagClassName
{
border-color: #F217C3;
}
</style>