Shades of Shocking #F594BA
Tints of Shocking #F594BA
RGB
CMYK
RGB Variations
Color information
#F594BA (or 0xF594BA) is known color: Shocking. HEX triplet: F5, 94 and BA. RGB value is (245,148,186). Sum of RGB (Red+Green+Blue) = 245+148+186=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F594BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594BA is #0A6B45. Grayscale: #B5B5B5. Windows color (decimal): -682822 or 12227829. OLE color: 12227829.
HSL color Cylindrical-coordinate representation of color #F594BA: hue angle of 336.49º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F594BA is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 186 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.04 |
| HSL | 336.49º | 0.83% | 0.77% | - |
| HSV(B) | 336.49º | 0.4% | 0.96% | - |
| XYZ | 57.11 | 44.14 | 51.96 | - |
| YUV | 181.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 186 | 0 | 0.40 | 0.24 | 0.04 | 336.49 | 0.83 | 0.77 |
| Hex | F5 | 94 | BA | 0 | 28 | 18 | 4 | 150 | 53 | 4D |
| Octal | 365 | 224 | 272 | 0 | 50 | 30 | 4 | 520 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10111010 | 0 | 101000 | 11000 | 100 | 101010000 | 1010011 | 1001101 |
Color Harmonies of #F594BA
Complementary color
Monochromatic Colors of #F594BA
Black with #F594BA
Text Example
Text Example
White with #F594BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594BA; }
p { color: rgb(245,148,186); }
H1.HeaderClassName
{
color: #F594BA;
}
.AnyTagClassName
{
color: #F594BA;
}
</style>
background-color css
<style>
a { background-color: #F594BA; }
a { background-color: rgb(245,148,186); }
div.DivClassName
{
background-color: #F594BA;
}
.BgClassName
{
background-color: #F594BA;
}
</style>
border-color css
<style>
span { border-color: #F594BA; }
span { border-color: rgb(245,148,186); }
td.TdClassName
{
border-color: #F594BA;
}
.TagClassName
{
border-color: #F594BA;
}
</style>