Shades of Shocking Pink #F214CB
Tints of Shocking Pink #F214CB
RGB
CMYK
RGB Variations
Color information
#F214CB (or 0xF214CB) is known color: Shocking Pink. HEX triplet: F2, 14 and CB. RGB value is (242,20,203). Sum of RGB (Red+Green+Blue) = 242+20+203=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F214CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214CB is #0DEB34. Grayscale: #6A6A6A. Windows color (decimal): -912181 or 13309170. OLE color: 13309170.
HSL color Cylindrical-coordinate representation of color #F214CB: hue angle of 310.54º 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 #F214CB is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 203 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.05 |
| HSL | 310.54º | 0.9% | 0.51% | - |
| HSV(B) | 310.54º | 0.92% | 0.95% | - |
| XYZ | 47.65 | 23.69 | 58.56 | - |
| YUV | 107.24 | 182.05 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 203 | 0 | 0.92 | 0.16 | 0.05 | 310.54 | 0.9 | 0.51 |
| Hex | F2 | 14 | CB | 0 | 5C | 10 | 5 | 137 | 5A | 33 |
| Octal | 362 | 24 | 313 | 0 | 134 | 20 | 5 | 467 | 132 | 63 |
| Binary | 11110010 | 10100 | 11001011 | 0 | 1011100 | 10000 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F214CB
Complementary color
Monochromatic Colors of #F214CB
Black with #F214CB
Text Example
Text Example
White with #F214CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214CB; }
p { color: rgb(242,20,203); }
H1.HeaderClassName
{
color: #F214CB;
}
.AnyTagClassName
{
color: #F214CB;
}
</style>
background-color css
<style>
a { background-color: #F214CB; }
a { background-color: rgb(242,20,203); }
div.DivClassName
{
background-color: #F214CB;
}
.BgClassName
{
background-color: #F214CB;
}
</style>
border-color css
<style>
span { border-color: #F214CB; }
span { border-color: rgb(242,20,203); }
td.TdClassName
{
border-color: #F214CB;
}
.TagClassName
{
border-color: #F214CB;
}
</style>