Shades of Shocking #F497BA
Tints of Shocking #F497BA
RGB
CMYK
RGB Variations
Color information
#F497BA (or 0xF497BA) is known color: Shocking. HEX triplet: F4, 97 and BA. RGB value is (244,151,186). Sum of RGB (Red+Green+Blue) = 244+151+186=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F497BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F497BA is #0B6845. Grayscale: #B6B6B6. Windows color (decimal): -747590 or 12228596. OLE color: 12228596.
HSL color Cylindrical-coordinate representation of color #F497BA: hue angle of 337.42º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F497BA is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 186 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.04 |
| HSL | 337.42º | 0.81% | 0.77% | - |
| HSV(B) | 337.42º | 0.38% | 0.96% | - |
| XYZ | 57.24 | 44.91 | 52.11 | - |
| YUV | 182.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 186 | 0 | 0.38 | 0.24 | 0.04 | 337.42 | 0.81 | 0.77 |
| Hex | F4 | 97 | BA | 0 | 26 | 18 | 4 | 151 | 51 | 4D |
| Octal | 364 | 227 | 272 | 0 | 46 | 30 | 4 | 521 | 121 | 115 |
| Binary | 11110100 | 10010111 | 10111010 | 0 | 100110 | 11000 | 100 | 101010001 | 1010001 | 1001101 |
Color Harmonies of #F497BA
Complementary color
Monochromatic Colors of #F497BA
Black with #F497BA
Text Example
Text Example
White with #F497BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F497BA; }
p { color: rgb(244,151,186); }
H1.HeaderClassName
{
color: #F497BA;
}
.AnyTagClassName
{
color: #F497BA;
}
</style>
background-color css
<style>
a { background-color: #F497BA; }
a { background-color: rgb(244,151,186); }
div.DivClassName
{
background-color: #F497BA;
}
.BgClassName
{
background-color: #F497BA;
}
</style>
border-color css
<style>
span { border-color: #F497BA; }
span { border-color: rgb(244,151,186); }
td.TdClassName
{
border-color: #F497BA;
}
.TagClassName
{
border-color: #F497BA;
}
</style>