Shades of Shocking Pink #F217CE
Tints of Shocking Pink #F217CE
RGB
CMYK
RGB Variations
Color information
#F217CE (or 0xF217CE) is known color: Shocking Pink. HEX triplet: F2, 17 and CE. RGB value is (242,23,206). Sum of RGB (Red+Green+Blue) = 242+23+206=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F217CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217CE is #0DE831. Grayscale: #6C6C6C. Windows color (decimal): -911410 or 13506546. OLE color: 13506546.
HSL color Cylindrical-coordinate representation of color #F217CE: hue angle of 309.86º 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 #F217CE is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 206 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.05 |
| HSL | 309.86º | 0.89% | 0.52% | - |
| HSV(B) | 309.86º | 0.9% | 0.95% | - |
| XYZ | 48.06 | 23.95 | 60.48 | - |
| YUV | 109.34 | 182.55 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 206 | 0 | 0.90 | 0.15 | 0.05 | 309.86 | 0.89 | 0.52 |
| Hex | F2 | 17 | CE | 0 | 5A | F | 5 | 136 | 59 | 34 |
| Octal | 362 | 27 | 316 | 0 | 132 | 17 | 5 | 466 | 131 | 64 |
| Binary | 11110010 | 10111 | 11001110 | 0 | 1011010 | 1111 | 101 | 100110110 | 1011001 | 110100 |
Color Harmonies of #F217CE
Complementary color
Monochromatic Colors of #F217CE
Black with #F217CE
Text Example
Text Example
White with #F217CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217CE; }
p { color: rgb(242,23,206); }
H1.HeaderClassName
{
color: #F217CE;
}
.AnyTagClassName
{
color: #F217CE;
}
</style>
background-color css
<style>
a { background-color: #F217CE; }
a { background-color: rgb(242,23,206); }
div.DivClassName
{
background-color: #F217CE;
}
.BgClassName
{
background-color: #F217CE;
}
</style>
border-color css
<style>
span { border-color: #F217CE; }
span { border-color: rgb(242,23,206); }
td.TdClassName
{
border-color: #F217CE;
}
.TagClassName
{
border-color: #F217CE;
}
</style>