Shades of Shocking #F495BA
Tints of Shocking #F495BA
RGB
CMYK
RGB Variations
Color information
#F495BA (or 0xF495BA) is known color: Shocking. HEX triplet: F4, 95 and BA. RGB value is (244,149,186). Sum of RGB (Red+Green+Blue) = 244+149+186=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F495BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F495BA is #0B6A45. Grayscale: #B5B5B5. Windows color (decimal): -748102 or 12228084. OLE color: 12228084.
HSL color Cylindrical-coordinate representation of color #F495BA: hue angle of 336.63º 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 #F495BA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 186 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.04 |
| HSL | 336.63º | 0.81% | 0.77% | - |
| HSV(B) | 336.63º | 0.39% | 0.96% | - |
| XYZ | 56.92 | 44.27 | 52 | - |
| YUV | 181.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 186 | 0 | 0.39 | 0.24 | 0.04 | 336.63 | 0.81 | 0.77 |
| Hex | F4 | 95 | BA | 0 | 27 | 18 | 4 | 151 | 51 | 4D |
| Octal | 364 | 225 | 272 | 0 | 47 | 30 | 4 | 521 | 121 | 115 |
| Binary | 11110100 | 10010101 | 10111010 | 0 | 100111 | 11000 | 100 | 101010001 | 1010001 | 1001101 |
Color Harmonies of #F495BA
Complementary color
Monochromatic Colors of #F495BA
Black with #F495BA
Text Example
Text Example
White with #F495BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F495BA; }
p { color: rgb(244,149,186); }
H1.HeaderClassName
{
color: #F495BA;
}
.AnyTagClassName
{
color: #F495BA;
}
</style>
background-color css
<style>
a { background-color: #F495BA; }
a { background-color: rgb(244,149,186); }
div.DivClassName
{
background-color: #F495BA;
}
.BgClassName
{
background-color: #F495BA;
}
</style>
border-color css
<style>
span { border-color: #F495BA; }
span { border-color: rgb(244,149,186); }
td.TdClassName
{
border-color: #F495BA;
}
.TagClassName
{
border-color: #F495BA;
}
</style>