Shades of Shocking #F594BC
Tints of Shocking #F594BC
RGB
CMYK
RGB Variations
Color information
#F594BC (or 0xF594BC) is known color: Shocking. HEX triplet: F5, 94 and BC. RGB value is (245,148,188). Sum of RGB (Red+Green+Blue) = 245+148+188=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F594BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594BC is #0A6B43. Grayscale: #B5B5B5. Windows color (decimal): -682820 or 12358901. OLE color: 12358901.
HSL color Cylindrical-coordinate representation of color #F594BC: hue angle of 335.26º 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 #F594BC is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 188 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.04 |
| HSL | 335.26º | 0.83% | 0.77% | - |
| HSV(B) | 335.26º | 0.4% | 0.96% | - |
| XYZ | 57.32 | 44.22 | 53.09 | - |
| YUV | 181.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 188 | 0 | 0.40 | 0.23 | 0.04 | 335.26 | 0.83 | 0.77 |
| Hex | F5 | 94 | BC | 0 | 28 | 17 | 4 | 14F | 53 | 4D |
| Octal | 365 | 224 | 274 | 0 | 50 | 27 | 4 | 517 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10111100 | 0 | 101000 | 10111 | 100 | 101001111 | 1010011 | 1001101 |
Color Harmonies of #F594BC
Complementary color
Monochromatic Colors of #F594BC
Black with #F594BC
Text Example
Text Example
White with #F594BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594BC; }
p { color: rgb(245,148,188); }
H1.HeaderClassName
{
color: #F594BC;
}
.AnyTagClassName
{
color: #F594BC;
}
</style>
background-color css
<style>
a { background-color: #F594BC; }
a { background-color: rgb(245,148,188); }
div.DivClassName
{
background-color: #F594BC;
}
.BgClassName
{
background-color: #F594BC;
}
</style>
border-color css
<style>
span { border-color: #F594BC; }
span { border-color: rgb(245,148,188); }
td.TdClassName
{
border-color: #F594BC;
}
.TagClassName
{
border-color: #F594BC;
}
</style>