Shades of Shocking Pink #F218B9
Tints of Shocking Pink #F218B9
RGB
CMYK
RGB Variations
Color information
#F218B9 (or 0xF218B9) is known color: Shocking Pink. HEX triplet: F2, 18 and B9. RGB value is (242,24,185). Sum of RGB (Red+Green+Blue) = 242+24+185=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F218B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218B9 is #0DE746. Grayscale: #6B6B6B. Windows color (decimal): -911175 or 12130546. OLE color: 12130546.
HSL color Cylindrical-coordinate representation of color #F218B9: hue angle of 315.69º 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 #F218B9 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 185 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.05 |
| HSL | 315.69º | 0.89% | 0.52% | - |
| HSV(B) | 315.69º | 0.9% | 0.95% | - |
| XYZ | 45.7 | 23.03 | 47.94 | - |
| YUV | 107.54 | 171.72 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 185 | 0 | 0.90 | 0.24 | 0.05 | 315.69 | 0.89 | 0.52 |
| Hex | F2 | 18 | B9 | 0 | 5A | 18 | 5 | 13C | 59 | 34 |
| Octal | 362 | 30 | 271 | 0 | 132 | 30 | 5 | 474 | 131 | 64 |
| Binary | 11110010 | 11000 | 10111001 | 0 | 1011010 | 11000 | 101 | 100111100 | 1011001 | 110100 |
Color Harmonies of #F218B9
Complementary color
Monochromatic Colors of #F218B9
Black with #F218B9
Text Example
Text Example
White with #F218B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218B9; }
p { color: rgb(242,24,185); }
H1.HeaderClassName
{
color: #F218B9;
}
.AnyTagClassName
{
color: #F218B9;
}
</style>
background-color css
<style>
a { background-color: #F218B9; }
a { background-color: rgb(242,24,185); }
div.DivClassName
{
background-color: #F218B9;
}
.BgClassName
{
background-color: #F218B9;
}
</style>
border-color css
<style>
span { border-color: #F218B9; }
span { border-color: rgb(242,24,185); }
td.TdClassName
{
border-color: #F218B9;
}
.TagClassName
{
border-color: #F218B9;
}
</style>