Shades of Shocking Pink #F216B8
Tints of Shocking Pink #F216B8
RGB
CMYK
RGB Variations
Color information
#F216B8 (or 0xF216B8) is known color: Shocking Pink. HEX triplet: F2, 16 and B8. RGB value is (242,22,184). Sum of RGB (Red+Green+Blue) = 242+22+184=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F216B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216B8 is #0DE947. Grayscale: #696969. Windows color (decimal): -911688 or 12064498. OLE color: 12064498.
HSL color Cylindrical-coordinate representation of color #F216B8: hue angle of 315.82º 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 #F216B8 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 184 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.05 |
| HSL | 315.82º | 0.89% | 0.52% | - |
| HSV(B) | 315.82º | 0.91% | 0.95% | - |
| XYZ | 45.56 | 22.91 | 47.37 | - |
| YUV | 106.25 | 171.89 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 184 | 0 | 0.91 | 0.24 | 0.05 | 315.82 | 0.89 | 0.52 |
| Hex | F2 | 16 | B8 | 0 | 5B | 18 | 5 | 13C | 59 | 34 |
| Octal | 362 | 26 | 270 | 0 | 133 | 30 | 5 | 474 | 131 | 64 |
| Binary | 11110010 | 10110 | 10111000 | 0 | 1011011 | 11000 | 101 | 100111100 | 1011001 | 110100 |
Color Harmonies of #F216B8
Complementary color
Monochromatic Colors of #F216B8
Black with #F216B8
Text Example
Text Example
White with #F216B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F216B8; }
p { color: rgb(242,22,184); }
H1.HeaderClassName
{
color: #F216B8;
}
.AnyTagClassName
{
color: #F216B8;
}
</style>
background-color css
<style>
a { background-color: #F216B8; }
a { background-color: rgb(242,22,184); }
div.DivClassName
{
background-color: #F216B8;
}
.BgClassName
{
background-color: #F216B8;
}
</style>
border-color css
<style>
span { border-color: #F216B8; }
span { border-color: rgb(242,22,184); }
td.TdClassName
{
border-color: #F216B8;
}
.TagClassName
{
border-color: #F216B8;
}
</style>