Shades of Shocking #F49EC0
Tints of Shocking #F49EC0
RGB
CMYK
RGB Variations
Color information
#F49EC0 (or 0xF49EC0) is known color: Shocking. HEX triplet: F4, 9E and C0. RGB value is (244,158,192). Sum of RGB (Red+Green+Blue) = 244+158+192=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EC0 is #0B613F. Grayscale: #BBBBBB. Windows color (decimal): -745792 or 12623604. OLE color: 12623604.
HSL color Cylindrical-coordinate representation of color #F49EC0: hue angle of 336.28º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49EC0 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 192 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.04 |
| HSL | 336.28º | 0.8% | 0.79% | - |
| HSV(B) | 336.28º | 0.35% | 0.96% | - |
| XYZ | 59.05 | 47.49 | 55.92 | - |
| YUV | 187.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 192 | 0 | 0.35 | 0.21 | 0.04 | 336.28 | 0.8 | 0.79 |
| Hex | F4 | 9E | C0 | 0 | 23 | 15 | 4 | 150 | 50 | 4F |
| Octal | 364 | 236 | 300 | 0 | 43 | 25 | 4 | 520 | 120 | 117 |
| Binary | 11110100 | 10011110 | 11000000 | 0 | 100011 | 10101 | 100 | 101010000 | 1010000 | 1001111 |
Color Harmonies of #F49EC0
Complementary color
Monochromatic Colors of #F49EC0
Black with #F49EC0
Text Example
Text Example
White with #F49EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49EC0; }
p { color: rgb(244,158,192); }
H1.HeaderClassName
{
color: #F49EC0;
}
.AnyTagClassName
{
color: #F49EC0;
}
</style>
background-color css
<style>
a { background-color: #F49EC0; }
a { background-color: rgb(244,158,192); }
div.DivClassName
{
background-color: #F49EC0;
}
.BgClassName
{
background-color: #F49EC0;
}
</style>
border-color css
<style>
span { border-color: #F49EC0; }
span { border-color: rgb(244,158,192); }
td.TdClassName
{
border-color: #F49EC0;
}
.TagClassName
{
border-color: #F49EC0;
}
</style>