Shades of Shocking Pink #F218D3
Tints of Shocking Pink #F218D3
RGB
CMYK
RGB Variations
Color information
#F218D3 (or 0xF218D3) is known color: Shocking Pink. HEX triplet: F2, 18 and D3. RGB value is (242,24,211). Sum of RGB (Red+Green+Blue) = 242+24+211=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F218D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218D3 is #0DE72C. Grayscale: #6D6D6D. Windows color (decimal): -911149 or 13834482. OLE color: 13834482.
HSL color Cylindrical-coordinate representation of color #F218D3: hue angle of 308.53º 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 #F218D3 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 211 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.05 |
| HSL | 308.53º | 0.89% | 0.52% | - |
| HSV(B) | 308.53º | 0.9% | 0.95% | - |
| XYZ | 48.7 | 24.23 | 63.74 | - |
| YUV | 110.5 | 184.72 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 211 | 0 | 0.90 | 0.13 | 0.05 | 308.53 | 0.89 | 0.52 |
| Hex | F2 | 18 | D3 | 0 | 5A | D | 5 | 135 | 59 | 34 |
| Octal | 362 | 30 | 323 | 0 | 132 | 15 | 5 | 465 | 131 | 64 |
| Binary | 11110010 | 11000 | 11010011 | 0 | 1011010 | 1101 | 101 | 100110101 | 1011001 | 110100 |
Color Harmonies of #F218D3
Complementary color
Monochromatic Colors of #F218D3
Black with #F218D3
Text Example
Text Example
White with #F218D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218D3; }
p { color: rgb(242,24,211); }
H1.HeaderClassName
{
color: #F218D3;
}
.AnyTagClassName
{
color: #F218D3;
}
</style>
background-color css
<style>
a { background-color: #F218D3; }
a { background-color: rgb(242,24,211); }
div.DivClassName
{
background-color: #F218D3;
}
.BgClassName
{
background-color: #F218D3;
}
</style>
border-color css
<style>
span { border-color: #F218D3; }
span { border-color: rgb(242,24,211); }
td.TdClassName
{
border-color: #F218D3;
}
.TagClassName
{
border-color: #F218D3;
}
</style>