Shades of Shocking #F596BA
Tints of Shocking #F596BA
RGB
CMYK
RGB Variations
Color information
#F596BA (or 0xF596BA) is known color: Shocking. HEX triplet: F5, 96 and BA. RGB value is (245,150,186). Sum of RGB (Red+Green+Blue) = 245+150+186=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F596BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596BA is #0A6945. Grayscale: #B6B6B6. Windows color (decimal): -682310 or 12228341. OLE color: 12228341.
HSL color Cylindrical-coordinate representation of color #F596BA: hue angle of 337.26º degrees, saturation: 0.83, 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 #F596BA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 186 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.04 |
| HSL | 337.26º | 0.83% | 0.77% | - |
| HSV(B) | 337.26º | 0.39% | 0.96% | - |
| XYZ | 57.43 | 44.77 | 52.07 | - |
| YUV | 182.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 186 | 0 | 0.39 | 0.24 | 0.04 | 337.26 | 0.83 | 0.77 |
| Hex | F5 | 96 | BA | 0 | 27 | 18 | 4 | 151 | 53 | 4D |
| Octal | 365 | 226 | 272 | 0 | 47 | 30 | 4 | 521 | 123 | 115 |
| Binary | 11110101 | 10010110 | 10111010 | 0 | 100111 | 11000 | 100 | 101010001 | 1010011 | 1001101 |
Color Harmonies of #F596BA
Complementary color
Monochromatic Colors of #F596BA
Black with #F596BA
Text Example
Text Example
White with #F596BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596BA; }
p { color: rgb(245,150,186); }
H1.HeaderClassName
{
color: #F596BA;
}
.AnyTagClassName
{
color: #F596BA;
}
</style>
background-color css
<style>
a { background-color: #F596BA; }
a { background-color: rgb(245,150,186); }
div.DivClassName
{
background-color: #F596BA;
}
.BgClassName
{
background-color: #F596BA;
}
</style>
border-color css
<style>
span { border-color: #F596BA; }
span { border-color: rgb(245,150,186); }
td.TdClassName
{
border-color: #F596BA;
}
.TagClassName
{
border-color: #F596BA;
}
</style>