Shades of Shocking Pink #F418C6
Tints of Shocking Pink #F418C6
RGB
CMYK
RGB Variations
Color information
#F418C6 (or 0xF418C6) is known color: Shocking Pink. HEX triplet: F4, 18 and C6. RGB value is (244,24,198). Sum of RGB (Red+Green+Blue) = 244+24+198=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F418C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F418C6 is #0BE739. Grayscale: #6D6D6D. Windows color (decimal): -780090 or 12982516. OLE color: 12982516.
HSL color Cylindrical-coordinate representation of color #F418C6: hue angle of 312.55º 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 #F418C6 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 198 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.04 |
| HSL | 312.55º | 0.91% | 0.53% | - |
| HSV(B) | 312.55º | 0.9% | 0.96% | - |
| XYZ | 47.83 | 23.96 | 55.53 | - |
| YUV | 109.62 | 177.89 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 198 | 0 | 0.90 | 0.19 | 0.04 | 312.55 | 0.91 | 0.53 |
| Hex | F4 | 18 | C6 | 0 | 5A | 13 | 4 | 139 | 5B | 35 |
| Octal | 364 | 30 | 306 | 0 | 132 | 23 | 4 | 471 | 133 | 65 |
| Binary | 11110100 | 11000 | 11000110 | 0 | 1011010 | 10011 | 100 | 100111001 | 1011011 | 110101 |
Color Harmonies of #F418C6
Complementary color
Monochromatic Colors of #F418C6
Black with #F418C6
Text Example
Text Example
White with #F418C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418C6; }
p { color: rgb(244,24,198); }
H1.HeaderClassName
{
color: #F418C6;
}
.AnyTagClassName
{
color: #F418C6;
}
</style>
background-color css
<style>
a { background-color: #F418C6; }
a { background-color: rgb(244,24,198); }
div.DivClassName
{
background-color: #F418C6;
}
.BgClassName
{
background-color: #F418C6;
}
</style>
border-color css
<style>
span { border-color: #F418C6; }
span { border-color: rgb(244,24,198); }
td.TdClassName
{
border-color: #F418C6;
}
.TagClassName
{
border-color: #F418C6;
}
</style>