Shades of Shocking Pink #F216C5
Tints of Shocking Pink #F216C5
RGB
CMYK
RGB Variations
Color information
#F216C5 (or 0xF216C5) is known color: Shocking Pink. HEX triplet: F2, 16 and C5. RGB value is (242,22,197). Sum of RGB (Red+Green+Blue) = 242+22+197=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F216C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216C5 is #0DE93A. Grayscale: #6B6B6B. Windows color (decimal): -911675 or 12916466. OLE color: 12916466.
HSL color Cylindrical-coordinate representation of color #F216C5: hue angle of 312.27º 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 #F216C5 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 197 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.05 |
| HSL | 312.27º | 0.89% | 0.52% | - |
| HSV(B) | 312.27º | 0.91% | 0.95% | - |
| XYZ | 46.98 | 23.48 | 54.88 | - |
| YUV | 107.73 | 178.39 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 197 | 0 | 0.91 | 0.19 | 0.05 | 312.27 | 0.89 | 0.52 |
| Hex | F2 | 16 | C5 | 0 | 5B | 13 | 5 | 138 | 59 | 34 |
| Octal | 362 | 26 | 305 | 0 | 133 | 23 | 5 | 470 | 131 | 64 |
| Binary | 11110010 | 10110 | 11000101 | 0 | 1011011 | 10011 | 101 | 100111000 | 1011001 | 110100 |
Color Harmonies of #F216C5
Complementary color
Monochromatic Colors of #F216C5
Black with #F216C5
Text Example
Text Example
White with #F216C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F216C5; }
p { color: rgb(242,22,197); }
H1.HeaderClassName
{
color: #F216C5;
}
.AnyTagClassName
{
color: #F216C5;
}
</style>
background-color css
<style>
a { background-color: #F216C5; }
a { background-color: rgb(242,22,197); }
div.DivClassName
{
background-color: #F216C5;
}
.BgClassName
{
background-color: #F216C5;
}
</style>
border-color css
<style>
span { border-color: #F216C5; }
span { border-color: rgb(242,22,197); }
td.TdClassName
{
border-color: #F216C5;
}
.TagClassName
{
border-color: #F216C5;
}
</style>