Shades of Shocking Pink #F418CE
Tints of Shocking Pink #F418CE
RGB
CMYK
RGB Variations
Color information
#F418CE (or 0xF418CE) is known color: Shocking Pink. HEX triplet: F4, 18 and CE. RGB value is (244,24,206). Sum of RGB (Red+Green+Blue) = 244+24+206=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F418CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F418CE is #0BE731. Grayscale: #6E6E6E. Windows color (decimal): -780082 or 13506804. OLE color: 13506804.
HSL color Cylindrical-coordinate representation of color #F418CE: hue angle of 310.36º 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 #F418CE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 206 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.04 |
| HSL | 310.36º | 0.91% | 0.53% | - |
| HSV(B) | 310.36º | 0.9% | 0.96% | - |
| XYZ | 48.78 | 24.34 | 60.52 | - |
| YUV | 110.53 | 181.89 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 206 | 0 | 0.90 | 0.16 | 0.04 | 310.36 | 0.91 | 0.53 |
| Hex | F4 | 18 | CE | 0 | 5A | 10 | 4 | 136 | 5B | 35 |
| Octal | 364 | 30 | 316 | 0 | 132 | 20 | 4 | 466 | 133 | 65 |
| Binary | 11110100 | 11000 | 11001110 | 0 | 1011010 | 10000 | 100 | 100110110 | 1011011 | 110101 |
Color Harmonies of #F418CE
Complementary color
Monochromatic Colors of #F418CE
Black with #F418CE
Text Example
Text Example
White with #F418CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418CE; }
p { color: rgb(244,24,206); }
H1.HeaderClassName
{
color: #F418CE;
}
.AnyTagClassName
{
color: #F418CE;
}
</style>
background-color css
<style>
a { background-color: #F418CE; }
a { background-color: rgb(244,24,206); }
div.DivClassName
{
background-color: #F418CE;
}
.BgClassName
{
background-color: #F418CE;
}
</style>
border-color css
<style>
span { border-color: #F418CE; }
span { border-color: rgb(244,24,206); }
td.TdClassName
{
border-color: #F418CE;
}
.TagClassName
{
border-color: #F418CE;
}
</style>