Shades of Shocking Pink #F218D4
Tints of Shocking Pink #F218D4
RGB
CMYK
RGB Variations
Color information
#F218D4 (or 0xF218D4) is known color: Shocking Pink. HEX triplet: F2, 18 and D4. RGB value is (242,24,212). Sum of RGB (Red+Green+Blue) = 242+24+212=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F218D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218D4 is #0DE72B. Grayscale: #6E6E6E. Windows color (decimal): -911148 or 13900018. OLE color: 13900018.
HSL color Cylindrical-coordinate representation of color #F218D4: hue angle of 308.26º 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 #F218D4 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 212 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.05 |
| HSL | 308.26º | 0.89% | 0.52% | - |
| HSV(B) | 308.26º | 0.9% | 0.95% | - |
| XYZ | 48.83 | 24.28 | 64.4 | - |
| YUV | 110.61 | 185.22 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 212 | 0 | 0.90 | 0.12 | 0.05 | 308.26 | 0.89 | 0.52 |
| Hex | F2 | 18 | D4 | 0 | 5A | C | 5 | 134 | 59 | 34 |
| Octal | 362 | 30 | 324 | 0 | 132 | 14 | 5 | 464 | 131 | 64 |
| Binary | 11110010 | 11000 | 11010100 | 0 | 1011010 | 1100 | 101 | 100110100 | 1011001 | 110100 |
Color Harmonies of #F218D4
Complementary color
Monochromatic Colors of #F218D4
Black with #F218D4
Text Example
Text Example
White with #F218D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218D4; }
p { color: rgb(242,24,212); }
H1.HeaderClassName
{
color: #F218D4;
}
.AnyTagClassName
{
color: #F218D4;
}
</style>
background-color css
<style>
a { background-color: #F218D4; }
a { background-color: rgb(242,24,212); }
div.DivClassName
{
background-color: #F218D4;
}
.BgClassName
{
background-color: #F218D4;
}
</style>
border-color css
<style>
span { border-color: #F218D4; }
span { border-color: rgb(242,24,212); }
td.TdClassName
{
border-color: #F218D4;
}
.TagClassName
{
border-color: #F218D4;
}
</style>