Shades of Shocking #F499C4
Tints of Shocking #F499C4
RGB
CMYK
RGB Variations
Color information
#F499C4 (or 0xF499C4) is known color: Shocking. HEX triplet: F4, 99 and C4. RGB value is (244,153,196). Sum of RGB (Red+Green+Blue) = 244+153+196=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F499C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F499C4 is #0B663B. Grayscale: #B9B9B9. Windows color (decimal): -747068 or 12884468. OLE color: 12884468.
HSL color Cylindrical-coordinate representation of color #F499C4: hue angle of 331.65º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F499C4 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 196 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.04 |
| HSL | 331.65º | 0.81% | 0.78% | - |
| HSV(B) | 331.65º | 0.37% | 0.96% | - |
| XYZ | 58.66 | 46 | 58.01 | - |
| YUV | 185.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 196 | 0 | 0.37 | 0.20 | 0.04 | 331.65 | 0.81 | 0.78 |
| Hex | F4 | 99 | C4 | 0 | 25 | 14 | 4 | 14C | 51 | 4E |
| Octal | 364 | 231 | 304 | 0 | 45 | 24 | 4 | 514 | 121 | 116 |
| Binary | 11110100 | 10011001 | 11000100 | 0 | 100101 | 10100 | 100 | 101001100 | 1010001 | 1001110 |
Color Harmonies of #F499C4
Complementary color
Monochromatic Colors of #F499C4
Black with #F499C4
Text Example
Text Example
White with #F499C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F499C4; }
p { color: rgb(244,153,196); }
H1.HeaderClassName
{
color: #F499C4;
}
.AnyTagClassName
{
color: #F499C4;
}
</style>
background-color css
<style>
a { background-color: #F499C4; }
a { background-color: rgb(244,153,196); }
div.DivClassName
{
background-color: #F499C4;
}
.BgClassName
{
background-color: #F499C4;
}
</style>
border-color css
<style>
span { border-color: #F499C4; }
span { border-color: rgb(244,153,196); }
td.TdClassName
{
border-color: #F499C4;
}
.TagClassName
{
border-color: #F499C4;
}
</style>