Shades of Shocking Pink #F414C0
Tints of Shocking Pink #F414C0
RGB
CMYK
RGB Variations
Color information
#F414C0 (or 0xF414C0) is known color: Shocking Pink. HEX triplet: F4, 14 and C0. RGB value is (244,20,192). Sum of RGB (Red+Green+Blue) = 244+20+192=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F414C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F414C0 is #0BEB3F. Grayscale: #6A6A6A. Windows color (decimal): -781120 or 12588276. OLE color: 12588276.
HSL color Cylindrical-coordinate representation of color #F414C0: hue angle of 313.93º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414C0 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 192 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.04 |
| HSL | 313.93º | 0.91% | 0.52% | - |
| HSV(B) | 313.93º | 0.92% | 0.96% | - |
| XYZ | 47.07 | 23.54 | 51.93 | - |
| YUV | 106.58 | 176.21 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 192 | 0 | 0.92 | 0.21 | 0.04 | 313.93 | 0.91 | 0.52 |
| Hex | F4 | 14 | C0 | 0 | 5C | 15 | 4 | 13A | 5B | 34 |
| Octal | 364 | 24 | 300 | 0 | 134 | 25 | 4 | 472 | 133 | 64 |
| Binary | 11110100 | 10100 | 11000000 | 0 | 1011100 | 10101 | 100 | 100111010 | 1011011 | 110100 |
Color Harmonies of #F414C0
Complementary color
Monochromatic Colors of #F414C0
Black with #F414C0
Text Example
Text Example
White with #F414C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414C0; }
p { color: rgb(244,20,192); }
H1.HeaderClassName
{
color: #F414C0;
}
.AnyTagClassName
{
color: #F414C0;
}
</style>
background-color css
<style>
a { background-color: #F414C0; }
a { background-color: rgb(244,20,192); }
div.DivClassName
{
background-color: #F414C0;
}
.BgClassName
{
background-color: #F414C0;
}
</style>
border-color css
<style>
span { border-color: #F414C0; }
span { border-color: rgb(244,20,192); }
td.TdClassName
{
border-color: #F414C0;
}
.TagClassName
{
border-color: #F414C0;
}
</style>