Shades of Shocking Pink #F218BE
Tints of Shocking Pink #F218BE
RGB
CMYK
RGB Variations
Color information
#F218BE (or 0xF218BE) is known color: Shocking Pink. HEX triplet: F2, 18 and BE. RGB value is (242,24,190). Sum of RGB (Red+Green+Blue) = 242+24+190=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F218BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218BE is #0DE741. Grayscale: #6B6B6B. Windows color (decimal): -911170 or 12458226. OLE color: 12458226.
HSL color Cylindrical-coordinate representation of color #F218BE: hue angle of 314.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218BE is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 190 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.05 |
| HSL | 314.31º | 0.89% | 0.52% | - |
| HSV(B) | 314.31º | 0.9% | 0.95% | - |
| XYZ | 46.24 | 23.25 | 50.77 | - |
| YUV | 108.11 | 174.22 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 190 | 0 | 0.90 | 0.21 | 0.05 | 314.31 | 0.89 | 0.52 |
| Hex | F2 | 18 | BE | 0 | 5A | 15 | 5 | 13A | 59 | 34 |
| Octal | 362 | 30 | 276 | 0 | 132 | 25 | 5 | 472 | 131 | 64 |
| Binary | 11110010 | 11000 | 10111110 | 0 | 1011010 | 10101 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F218BE
Complementary color
Monochromatic Colors of #F218BE
Black with #F218BE
Text Example
Text Example
White with #F218BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218BE; }
p { color: rgb(242,24,190); }
H1.HeaderClassName
{
color: #F218BE;
}
.AnyTagClassName
{
color: #F218BE;
}
</style>
background-color css
<style>
a { background-color: #F218BE; }
a { background-color: rgb(242,24,190); }
div.DivClassName
{
background-color: #F218BE;
}
.BgClassName
{
background-color: #F218BE;
}
</style>
border-color css
<style>
span { border-color: #F218BE; }
span { border-color: rgb(242,24,190); }
td.TdClassName
{
border-color: #F218BE;
}
.TagClassName
{
border-color: #F218BE;
}
</style>