Shades of Shocking #F594BD
Tints of Shocking #F594BD
RGB
CMYK
RGB Variations
Color information
#F594BD (or 0xF594BD) is known color: Shocking. HEX triplet: F5, 94 and BD. RGB value is (245,148,189). Sum of RGB (Red+Green+Blue) = 245+148+189=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F594BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594BD is #0A6B42. Grayscale: #B5B5B5. Windows color (decimal): -682819 or 12424437. OLE color: 12424437.
HSL color Cylindrical-coordinate representation of color #F594BD: hue angle of 334.64º 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 #F594BD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 189 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.04 |
| HSL | 334.64º | 0.83% | 0.77% | - |
| HSV(B) | 334.64º | 0.4% | 0.96% | - |
| XYZ | 57.43 | 44.27 | 53.66 | - |
| YUV | 181.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 189 | 0 | 0.40 | 0.23 | 0.04 | 334.64 | 0.83 | 0.77 |
| Hex | F5 | 94 | BD | 0 | 28 | 17 | 4 | 14F | 53 | 4D |
| Octal | 365 | 224 | 275 | 0 | 50 | 27 | 4 | 517 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10111101 | 0 | 101000 | 10111 | 100 | 101001111 | 1010011 | 1001101 |
Color Harmonies of #F594BD
Complementary color
Monochromatic Colors of #F594BD
Black with #F594BD
Text Example
Text Example
White with #F594BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594BD; }
p { color: rgb(245,148,189); }
H1.HeaderClassName
{
color: #F594BD;
}
.AnyTagClassName
{
color: #F594BD;
}
</style>
background-color css
<style>
a { background-color: #F594BD; }
a { background-color: rgb(245,148,189); }
div.DivClassName
{
background-color: #F594BD;
}
.BgClassName
{
background-color: #F594BD;
}
</style>
border-color css
<style>
span { border-color: #F594BD; }
span { border-color: rgb(245,148,189); }
td.TdClassName
{
border-color: #F594BD;
}
.TagClassName
{
border-color: #F594BD;
}
</style>