Shades of Shocking Pink #F214B8
Tints of Shocking Pink #F214B8
RGB
CMYK
RGB Variations
Color information
#F214B8 (or 0xF214B8) is known color: Shocking Pink. HEX triplet: F2, 14 and B8. RGB value is (242,20,184). Sum of RGB (Red+Green+Blue) = 242+20+184=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F214B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214B8 is #0DEB47. Grayscale: #686868. Windows color (decimal): -912200 or 12063986. OLE color: 12063986.
HSL color Cylindrical-coordinate representation of color #F214B8: hue angle of 315.68º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F214B8 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 184 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.05 |
| HSL | 315.68º | 0.9% | 0.51% | - |
| HSV(B) | 315.68º | 0.92% | 0.95% | - |
| XYZ | 45.52 | 22.84 | 47.36 | - |
| YUV | 105.07 | 172.55 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 184 | 0 | 0.92 | 0.24 | 0.05 | 315.68 | 0.9 | 0.51 |
| Hex | F2 | 14 | B8 | 0 | 5C | 18 | 5 | 13C | 5A | 33 |
| Octal | 362 | 24 | 270 | 0 | 134 | 30 | 5 | 474 | 132 | 63 |
| Binary | 11110010 | 10100 | 10111000 | 0 | 1011100 | 11000 | 101 | 100111100 | 1011010 | 110011 |
Color Harmonies of #F214B8
Complementary color
Monochromatic Colors of #F214B8
Black with #F214B8
Text Example
Text Example
White with #F214B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214B8; }
p { color: rgb(242,20,184); }
H1.HeaderClassName
{
color: #F214B8;
}
.AnyTagClassName
{
color: #F214B8;
}
</style>
background-color css
<style>
a { background-color: #F214B8; }
a { background-color: rgb(242,20,184); }
div.DivClassName
{
background-color: #F214B8;
}
.BgClassName
{
background-color: #F214B8;
}
</style>
border-color css
<style>
span { border-color: #F214B8; }
span { border-color: rgb(242,20,184); }
td.TdClassName
{
border-color: #F214B8;
}
.TagClassName
{
border-color: #F214B8;
}
</style>