Shades of Shocking #F494C0
Tints of Shocking #F494C0
RGB
CMYK
RGB Variations
Color information
#F494C0 (or 0xF494C0) is known color: Shocking. HEX triplet: F4, 94 and C0. RGB value is (244,148,192). Sum of RGB (Red+Green+Blue) = 244+148+192=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F494C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F494C0 is #0B6B3F. Grayscale: #B5B5B5. Windows color (decimal): -748352 or 12621044. OLE color: 12621044.
HSL color Cylindrical-coordinate representation of color #F494C0: hue angle of 332.5º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494C0 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 192 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.04 |
| HSL | 332.5º | 0.81% | 0.77% | - |
| HSV(B) | 332.5º | 0.39% | 0.96% | - |
| XYZ | 57.41 | 44.22 | 55.38 | - |
| YUV | 181.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 192 | 0 | 0.39 | 0.21 | 0.04 | 332.5 | 0.81 | 0.77 |
| Hex | F4 | 94 | C0 | 0 | 27 | 15 | 4 | 14C | 51 | 4D |
| Octal | 364 | 224 | 300 | 0 | 47 | 25 | 4 | 514 | 121 | 115 |
| Binary | 11110100 | 10010100 | 11000000 | 0 | 100111 | 10101 | 100 | 101001100 | 1010001 | 1001101 |
Color Harmonies of #F494C0
Complementary color
Monochromatic Colors of #F494C0
Black with #F494C0
Text Example
Text Example
White with #F494C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F494C0; }
p { color: rgb(244,148,192); }
H1.HeaderClassName
{
color: #F494C0;
}
.AnyTagClassName
{
color: #F494C0;
}
</style>
background-color css
<style>
a { background-color: #F494C0; }
a { background-color: rgb(244,148,192); }
div.DivClassName
{
background-color: #F494C0;
}
.BgClassName
{
background-color: #F494C0;
}
</style>
border-color css
<style>
span { border-color: #F494C0; }
span { border-color: rgb(244,148,192); }
td.TdClassName
{
border-color: #F494C0;
}
.TagClassName
{
border-color: #F494C0;
}
</style>