Shades of Shocking #F496C6
Tints of Shocking #F496C6
RGB
CMYK
RGB Variations
Color information
#F496C6 (or 0xF496C6) is known color: Shocking. HEX triplet: F4, 96 and C6. RGB value is (244,150,198). Sum of RGB (Red+Green+Blue) = 244+150+198=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F496C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496C6 is #0B6939. Grayscale: #B7B7B7. Windows color (decimal): -747834 or 13014772. OLE color: 13014772.
HSL color Cylindrical-coordinate representation of color #F496C6: hue angle of 329.36º 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 #F496C6 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 198 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.04 |
| HSL | 329.36º | 0.81% | 0.77% | - |
| HSV(B) | 329.36º | 0.39% | 0.96% | - |
| XYZ | 58.41 | 45.12 | 59.06 | - |
| YUV | 183.58 | 136.14 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 198 | 0 | 0.39 | 0.19 | 0.04 | 329.36 | 0.81 | 0.77 |
| Hex | F4 | 96 | C6 | 0 | 27 | 13 | 4 | 149 | 51 | 4D |
| Octal | 364 | 226 | 306 | 0 | 47 | 23 | 4 | 511 | 121 | 115 |
| Binary | 11110100 | 10010110 | 11000110 | 0 | 100111 | 10011 | 100 | 101001001 | 1010001 | 1001101 |
Color Harmonies of #F496C6
Complementary color
Monochromatic Colors of #F496C6
Black with #F496C6
Text Example
Text Example
White with #F496C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F496C6; }
p { color: rgb(244,150,198); }
H1.HeaderClassName
{
color: #F496C6;
}
.AnyTagClassName
{
color: #F496C6;
}
</style>
background-color css
<style>
a { background-color: #F496C6; }
a { background-color: rgb(244,150,198); }
div.DivClassName
{
background-color: #F496C6;
}
.BgClassName
{
background-color: #F496C6;
}
</style>
border-color css
<style>
span { border-color: #F496C6; }
span { border-color: rgb(244,150,198); }
td.TdClassName
{
border-color: #F496C6;
}
.TagClassName
{
border-color: #F496C6;
}
</style>