Shades of Shocking Pink #F214BE
Tints of Shocking Pink #F214BE
RGB
CMYK
RGB Variations
Color information
#F214BE (or 0xF214BE) is known color: Shocking Pink. HEX triplet: F2, 14 and BE. RGB value is (242,20,190). Sum of RGB (Red+Green+Blue) = 242+20+190=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F214BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214BE is #0DEB41. Grayscale: #696969. Windows color (decimal): -912194 or 12457202. OLE color: 12457202.
HSL color Cylindrical-coordinate representation of color #F214BE: hue angle of 314.05º 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 #F214BE is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 190 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.05 |
| HSL | 314.05º | 0.9% | 0.51% | - |
| HSV(B) | 314.05º | 0.92% | 0.95% | - |
| XYZ | 46.16 | 23.1 | 50.74 | - |
| YUV | 105.76 | 175.55 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 190 | 0 | 0.92 | 0.21 | 0.05 | 314.05 | 0.9 | 0.51 |
| Hex | F2 | 14 | BE | 0 | 5C | 15 | 5 | 13A | 5A | 33 |
| Octal | 362 | 24 | 276 | 0 | 134 | 25 | 5 | 472 | 132 | 63 |
| Binary | 11110010 | 10100 | 10111110 | 0 | 1011100 | 10101 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F214BE
Complementary color
Monochromatic Colors of #F214BE
Black with #F214BE
Text Example
Text Example
White with #F214BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F214BE; }
p { color: rgb(242,20,190); }
H1.HeaderClassName
{
color: #F214BE;
}
.AnyTagClassName
{
color: #F214BE;
}
</style>
background-color css
<style>
a { background-color: #F214BE; }
a { background-color: rgb(242,20,190); }
div.DivClassName
{
background-color: #F214BE;
}
.BgClassName
{
background-color: #F214BE;
}
</style>
border-color css
<style>
span { border-color: #F214BE; }
span { border-color: rgb(242,20,190); }
td.TdClassName
{
border-color: #F214BE;
}
.TagClassName
{
border-color: #F214BE;
}
</style>