Shades of Shocking #F49EC1
Tints of Shocking #F49EC1
RGB
CMYK
RGB Variations
Color information
#F49EC1 (or 0xF49EC1) is known color: Shocking. HEX triplet: F4, 9E and C1. RGB value is (244,158,193). Sum of RGB (Red+Green+Blue) = 244+158+193=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EC1 is #0B613E. Grayscale: #BBBBBB. Windows color (decimal): -745791 or 12689140. OLE color: 12689140.
HSL color Cylindrical-coordinate representation of color #F49EC1: hue angle of 335.58º 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 #F49EC1 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 193 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.04 |
| HSL | 335.58º | 0.8% | 0.79% | - |
| HSV(B) | 335.58º | 0.35% | 0.96% | - |
| XYZ | 59.16 | 47.54 | 56.51 | - |
| YUV | 187.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 193 | 0 | 0.35 | 0.21 | 0.04 | 335.58 | 0.8 | 0.79 |
| Hex | F4 | 9E | C1 | 0 | 23 | 15 | 4 | 150 | 50 | 4F |
| Octal | 364 | 236 | 301 | 0 | 43 | 25 | 4 | 520 | 120 | 117 |
| Binary | 11110100 | 10011110 | 11000001 | 0 | 100011 | 10101 | 100 | 101010000 | 1010000 | 1001111 |
Color Harmonies of #F49EC1
Complementary color
Monochromatic Colors of #F49EC1
Black with #F49EC1
Text Example
Text Example
White with #F49EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49EC1; }
p { color: rgb(244,158,193); }
H1.HeaderClassName
{
color: #F49EC1;
}
.AnyTagClassName
{
color: #F49EC1;
}
</style>
background-color css
<style>
a { background-color: #F49EC1; }
a { background-color: rgb(244,158,193); }
div.DivClassName
{
background-color: #F49EC1;
}
.BgClassName
{
background-color: #F49EC1;
}
</style>
border-color css
<style>
span { border-color: #F49EC1; }
span { border-color: rgb(244,158,193); }
td.TdClassName
{
border-color: #F49EC1;
}
.TagClassName
{
border-color: #F49EC1;
}
</style>