Shades of Shocking Pink #F216D6
Tints of Shocking Pink #F216D6
RGB
CMYK
RGB Variations
Color information
#F216D6 (or 0xF216D6) is known color: Shocking Pink. HEX triplet: F2, 16 and D6. RGB value is (242,22,214). Sum of RGB (Red+Green+Blue) = 242+22+214=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F216D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216D6 is #0DE929. Grayscale: #6D6D6D. Windows color (decimal): -911658 or 14030578. OLE color: 14030578.
HSL color Cylindrical-coordinate representation of color #F216D6: hue angle of 307.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F216D6 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 214 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.05 |
| HSL | 307.64º | 0.89% | 0.52% | - |
| HSV(B) | 307.64º | 0.91% | 0.95% | - |
| XYZ | 49.04 | 24.31 | 65.73 | - |
| YUV | 109.67 | 186.89 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 214 | 0 | 0.91 | 0.12 | 0.05 | 307.64 | 0.89 | 0.52 |
| Hex | F2 | 16 | D6 | 0 | 5B | C | 5 | 134 | 59 | 34 |
| Octal | 362 | 26 | 326 | 0 | 133 | 14 | 5 | 464 | 131 | 64 |
| Binary | 11110010 | 10110 | 11010110 | 0 | 1011011 | 1100 | 101 | 100110100 | 1011001 | 110100 |
Color Harmonies of #F216D6
Complementary color
Monochromatic Colors of #F216D6
Black with #F216D6
Text Example
Text Example
White with #F216D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F216D6; }
p { color: rgb(242,22,214); }
H1.HeaderClassName
{
color: #F216D6;
}
.AnyTagClassName
{
color: #F216D6;
}
</style>
background-color css
<style>
a { background-color: #F216D6; }
a { background-color: rgb(242,22,214); }
div.DivClassName
{
background-color: #F216D6;
}
.BgClassName
{
background-color: #F216D6;
}
</style>
border-color css
<style>
span { border-color: #F216D6; }
span { border-color: rgb(242,22,214); }
td.TdClassName
{
border-color: #F216D6;
}
.TagClassName
{
border-color: #F216D6;
}
</style>