Shades of Shocking Pink #F418C0
Tints of Shocking Pink #F418C0
RGB
CMYK
RGB Variations
Color information
#F418C0 (or 0xF418C0) is known color: Shocking Pink. HEX triplet: F4, 18 and C0. RGB value is (244,24,192). Sum of RGB (Red+Green+Blue) = 244+24+192=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F418C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F418C0 is #0BE73F. Grayscale: #6C6C6C. Windows color (decimal): -780096 or 12589300. OLE color: 12589300.
HSL color Cylindrical-coordinate representation of color #F418C0: hue angle of 314.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F418C0 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 192 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.04 |
| HSL | 314.18º | 0.91% | 0.53% | - |
| HSV(B) | 314.18º | 0.9% | 0.96% | - |
| XYZ | 47.15 | 23.69 | 51.96 | - |
| YUV | 108.93 | 174.89 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 192 | 0 | 0.90 | 0.21 | 0.04 | 314.18 | 0.91 | 0.53 |
| Hex | F4 | 18 | C0 | 0 | 5A | 15 | 4 | 13A | 5B | 35 |
| Octal | 364 | 30 | 300 | 0 | 132 | 25 | 4 | 472 | 133 | 65 |
| Binary | 11110100 | 11000 | 11000000 | 0 | 1011010 | 10101 | 100 | 100111010 | 1011011 | 110101 |
Color Harmonies of #F418C0
Complementary color
Monochromatic Colors of #F418C0
Black with #F418C0
Text Example
Text Example
White with #F418C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418C0; }
p { color: rgb(244,24,192); }
H1.HeaderClassName
{
color: #F418C0;
}
.AnyTagClassName
{
color: #F418C0;
}
</style>
background-color css
<style>
a { background-color: #F418C0; }
a { background-color: rgb(244,24,192); }
div.DivClassName
{
background-color: #F418C0;
}
.BgClassName
{
background-color: #F418C0;
}
</style>
border-color css
<style>
span { border-color: #F418C0; }
span { border-color: rgb(244,24,192); }
td.TdClassName
{
border-color: #F418C0;
}
.TagClassName
{
border-color: #F418C0;
}
</style>