Shades of Shocking Pink #F412CE
Tints of Shocking Pink #F412CE
RGB
CMYK
RGB Variations
Color information
#F412CE (or 0xF412CE) is known color: Shocking Pink. HEX triplet: F4, 12 and CE. RGB value is (244,18,206). Sum of RGB (Red+Green+Blue) = 244+18+206=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F412CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412CE is #0BED31. Grayscale: #6A6A6A. Windows color (decimal): -781618 or 13505268. OLE color: 13505268.
HSL color Cylindrical-coordinate representation of color #F412CE: hue angle of 310.09º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412CE is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 206 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.04 |
| HSL | 310.09º | 0.91% | 0.51% | - |
| HSV(B) | 310.09º | 0.93% | 0.96% | - |
| XYZ | 48.67 | 24.12 | 60.48 | - |
| YUV | 107.01 | 183.87 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 206 | 0 | 0.93 | 0.16 | 0.04 | 310.09 | 0.91 | 0.51 |
| Hex | F4 | 12 | CE | 0 | 5D | 10 | 4 | 136 | 5B | 33 |
| Octal | 364 | 22 | 316 | 0 | 135 | 20 | 4 | 466 | 133 | 63 |
| Binary | 11110100 | 10010 | 11001110 | 0 | 1011101 | 10000 | 100 | 100110110 | 1011011 | 110011 |
Color Harmonies of #F412CE
Complementary color
Monochromatic Colors of #F412CE
Black with #F412CE
Text Example
Text Example
White with #F412CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412CE; }
p { color: rgb(244,18,206); }
H1.HeaderClassName
{
color: #F412CE;
}
.AnyTagClassName
{
color: #F412CE;
}
</style>
background-color css
<style>
a { background-color: #F412CE; }
a { background-color: rgb(244,18,206); }
div.DivClassName
{
background-color: #F412CE;
}
.BgClassName
{
background-color: #F412CE;
}
</style>
border-color css
<style>
span { border-color: #F412CE; }
span { border-color: rgb(244,18,206); }
td.TdClassName
{
border-color: #F412CE;
}
.TagClassName
{
border-color: #F412CE;
}
</style>