Shades of Shocking #F595BA
Tints of Shocking #F595BA
RGB
CMYK
RGB Variations
Color information
#F595BA (or 0xF595BA) is known color: Shocking. HEX triplet: F5, 95 and BA. RGB value is (245,149,186). Sum of RGB (Red+Green+Blue) = 245+149+186=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F595BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595BA is #0A6A45. Grayscale: #B5B5B5. Windows color (decimal): -682566 or 12228085. OLE color: 12228085.
HSL color Cylindrical-coordinate representation of color #F595BA: hue angle of 336.88º 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 #F595BA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 186 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.04 |
| HSL | 336.88º | 0.83% | 0.77% | - |
| HSV(B) | 336.88º | 0.39% | 0.96% | - |
| XYZ | 57.27 | 44.45 | 52.02 | - |
| YUV | 181.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 186 | 0 | 0.39 | 0.24 | 0.04 | 336.88 | 0.83 | 0.77 |
| Hex | F5 | 95 | BA | 0 | 27 | 18 | 4 | 151 | 53 | 4D |
| Octal | 365 | 225 | 272 | 0 | 47 | 30 | 4 | 521 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10111010 | 0 | 100111 | 11000 | 100 | 101010001 | 1010011 | 1001101 |
Color Harmonies of #F595BA
Complementary color
Monochromatic Colors of #F595BA
Black with #F595BA
Text Example
Text Example
White with #F595BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595BA; }
p { color: rgb(245,149,186); }
H1.HeaderClassName
{
color: #F595BA;
}
.AnyTagClassName
{
color: #F595BA;
}
</style>
background-color css
<style>
a { background-color: #F595BA; }
a { background-color: rgb(245,149,186); }
div.DivClassName
{
background-color: #F595BA;
}
.BgClassName
{
background-color: #F595BA;
}
</style>
border-color css
<style>
span { border-color: #F595BA; }
span { border-color: rgb(245,149,186); }
td.TdClassName
{
border-color: #F595BA;
}
.TagClassName
{
border-color: #F595BA;
}
</style>