Shades of Shocking #F499C9
Tints of Shocking #F499C9
RGB
CMYK
RGB Variations
Color information
#F499C9 (or 0xF499C9) is known color: Shocking. HEX triplet: F4, 99 and C9. RGB value is (244,153,201). Sum of RGB (Red+Green+Blue) = 244+153+201=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F499C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F499C9 is #0B6636. Grayscale: #B9B9B9. Windows color (decimal): -747063 or 13212148. OLE color: 13212148.
HSL color Cylindrical-coordinate representation of color #F499C9: hue angle of 328.35º 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 #F499C9 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 201 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.04 |
| HSL | 328.35º | 0.81% | 0.78% | - |
| HSV(B) | 328.35º | 0.37% | 0.96% | - |
| XYZ | 59.24 | 46.23 | 61.06 | - |
| YUV | 185.68 | 136.65 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 201 | 0 | 0.37 | 0.18 | 0.04 | 328.35 | 0.81 | 0.78 |
| Hex | F4 | 99 | C9 | 0 | 25 | 12 | 4 | 148 | 51 | 4E |
| Octal | 364 | 231 | 311 | 0 | 45 | 22 | 4 | 510 | 121 | 116 |
| Binary | 11110100 | 10011001 | 11001001 | 0 | 100101 | 10010 | 100 | 101001000 | 1010001 | 1001110 |
Color Harmonies of #F499C9
Complementary color
Monochromatic Colors of #F499C9
Black with #F499C9
Text Example
Text Example
White with #F499C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F499C9; }
p { color: rgb(244,153,201); }
H1.HeaderClassName
{
color: #F499C9;
}
.AnyTagClassName
{
color: #F499C9;
}
</style>
background-color css
<style>
a { background-color: #F499C9; }
a { background-color: rgb(244,153,201); }
div.DivClassName
{
background-color: #F499C9;
}
.BgClassName
{
background-color: #F499C9;
}
</style>
border-color css
<style>
span { border-color: #F499C9; }
span { border-color: rgb(244,153,201); }
td.TdClassName
{
border-color: #F499C9;
}
.TagClassName
{
border-color: #F499C9;
}
</style>