Shades of Shocking Pink #F218C6
Tints of Shocking Pink #F218C6
RGB
CMYK
RGB Variations
Color information
#F218C6 (or 0xF218C6) is known color: Shocking Pink. HEX triplet: F2, 18 and C6. RGB value is (242,24,198). Sum of RGB (Red+Green+Blue) = 242+24+198=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F218C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218C6 is #0DE739. Grayscale: #6C6C6C. Windows color (decimal): -911162 or 12982514. OLE color: 12982514.
HSL color Cylindrical-coordinate representation of color #F218C6: hue angle of 312.11º 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 #F218C6 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 198 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.05 |
| HSL | 312.11º | 0.89% | 0.52% | - |
| HSV(B) | 312.11º | 0.9% | 0.95% | - |
| XYZ | 47.14 | 23.61 | 55.5 | - |
| YUV | 109.02 | 178.22 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 198 | 0 | 0.90 | 0.18 | 0.05 | 312.11 | 0.89 | 0.52 |
| Hex | F2 | 18 | C6 | 0 | 5A | 12 | 5 | 138 | 59 | 34 |
| Octal | 362 | 30 | 306 | 0 | 132 | 22 | 5 | 470 | 131 | 64 |
| Binary | 11110010 | 11000 | 11000110 | 0 | 1011010 | 10010 | 101 | 100111000 | 1011001 | 110100 |
Color Harmonies of #F218C6
Complementary color
Monochromatic Colors of #F218C6
Black with #F218C6
Text Example
Text Example
White with #F218C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218C6; }
p { color: rgb(242,24,198); }
H1.HeaderClassName
{
color: #F218C6;
}
.AnyTagClassName
{
color: #F218C6;
}
</style>
background-color css
<style>
a { background-color: #F218C6; }
a { background-color: rgb(242,24,198); }
div.DivClassName
{
background-color: #F218C6;
}
.BgClassName
{
background-color: #F218C6;
}
</style>
border-color css
<style>
span { border-color: #F218C6; }
span { border-color: rgb(242,24,198); }
td.TdClassName
{
border-color: #F218C6;
}
.TagClassName
{
border-color: #F218C6;
}
</style>