Shades of Shocking Pink #F218BD
Tints of Shocking Pink #F218BD
RGB
CMYK
RGB Variations
Color information
#F218BD (or 0xF218BD) is known color: Shocking Pink. HEX triplet: F2, 18 and BD. RGB value is (242,24,189). Sum of RGB (Red+Green+Blue) = 242+24+189=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F218BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218BD is #0DE742. Grayscale: #6B6B6B. Windows color (decimal): -911171 or 12392690. OLE color: 12392690.
HSL color Cylindrical-coordinate representation of color #F218BD: hue angle of 314.59º 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 #F218BD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 189 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.05 |
| HSL | 314.59º | 0.89% | 0.52% | - |
| HSV(B) | 314.59º | 0.9% | 0.95% | - |
| XYZ | 46.13 | 23.2 | 50.19 | - |
| YUV | 107.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 189 | 0 | 0.90 | 0.22 | 0.05 | 314.59 | 0.89 | 0.52 |
| Hex | F2 | 18 | BD | 0 | 5A | 16 | 5 | 13B | 59 | 34 |
| Octal | 362 | 30 | 275 | 0 | 132 | 26 | 5 | 473 | 131 | 64 |
| Binary | 11110010 | 11000 | 10111101 | 0 | 1011010 | 10110 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F218BD
Complementary color
Monochromatic Colors of #F218BD
Black with #F218BD
Text Example
Text Example
White with #F218BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218BD; }
p { color: rgb(242,24,189); }
H1.HeaderClassName
{
color: #F218BD;
}
.AnyTagClassName
{
color: #F218BD;
}
</style>
background-color css
<style>
a { background-color: #F218BD; }
a { background-color: rgb(242,24,189); }
div.DivClassName
{
background-color: #F218BD;
}
.BgClassName
{
background-color: #F218BD;
}
</style>
border-color css
<style>
span { border-color: #F218BD; }
span { border-color: rgb(242,24,189); }
td.TdClassName
{
border-color: #F218BD;
}
.TagClassName
{
border-color: #F218BD;
}
</style>