Shades of Shocking Pink #F216C7
Tints of Shocking Pink #F216C7
RGB
CMYK
RGB Variations
Color information
#F216C7 (or 0xF216C7) is known color: Shocking Pink. HEX triplet: F2, 16 and C7. RGB value is (242,22,199). Sum of RGB (Red+Green+Blue) = 242+22+199=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F216C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216C7 is #0DE938. Grayscale: #6B6B6B. Windows color (decimal): -911673 or 13047538. OLE color: 13047538.
HSL color Cylindrical-coordinate representation of color #F216C7: hue angle of 311.73º 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 #F216C7 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 199 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.05 |
| HSL | 311.73º | 0.89% | 0.52% | - |
| HSV(B) | 311.73º | 0.91% | 0.95% | - |
| XYZ | 47.21 | 23.57 | 56.09 | - |
| YUV | 107.96 | 179.39 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 199 | 0 | 0.91 | 0.18 | 0.05 | 311.73 | 0.89 | 0.52 |
| Hex | F2 | 16 | C7 | 0 | 5B | 12 | 5 | 138 | 59 | 34 |
| Octal | 362 | 26 | 307 | 0 | 133 | 22 | 5 | 470 | 131 | 64 |
| Binary | 11110010 | 10110 | 11000111 | 0 | 1011011 | 10010 | 101 | 100111000 | 1011001 | 110100 |
Color Harmonies of #F216C7
Complementary color
Monochromatic Colors of #F216C7
Black with #F216C7
Text Example
Text Example
White with #F216C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F216C7; }
p { color: rgb(242,22,199); }
H1.HeaderClassName
{
color: #F216C7;
}
.AnyTagClassName
{
color: #F216C7;
}
</style>
background-color css
<style>
a { background-color: #F216C7; }
a { background-color: rgb(242,22,199); }
div.DivClassName
{
background-color: #F216C7;
}
.BgClassName
{
background-color: #F216C7;
}
</style>
border-color css
<style>
span { border-color: #F216C7; }
span { border-color: rgb(242,22,199); }
td.TdClassName
{
border-color: #F216C7;
}
.TagClassName
{
border-color: #F216C7;
}
</style>