Shades of Shocking #F594BF
Tints of Shocking #F594BF
RGB
CMYK
RGB Variations
Color information
#F594BF (or 0xF594BF) is known color: Shocking. HEX triplet: F5, 94 and BF. RGB value is (245,148,191). Sum of RGB (Red+Green+Blue) = 245+148+191=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F594BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594BF is #0A6B40. Grayscale: #B5B5B5. Windows color (decimal): -682817 or 12555509. OLE color: 12555509.
HSL color Cylindrical-coordinate representation of color #F594BF: hue angle of 333.4º 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 #F594BF is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 191 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.04 |
| HSL | 333.4º | 0.83% | 0.77% | - |
| HSV(B) | 333.4º | 0.4% | 0.96% | - |
| XYZ | 57.65 | 44.35 | 54.81 | - |
| YUV | 181.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 191 | 0 | 0.40 | 0.22 | 0.04 | 333.4 | 0.83 | 0.77 |
| Hex | F5 | 94 | BF | 0 | 28 | 16 | 4 | 14D | 53 | 4D |
| Octal | 365 | 224 | 277 | 0 | 50 | 26 | 4 | 515 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10111111 | 0 | 101000 | 10110 | 100 | 101001101 | 1010011 | 1001101 |
Color Harmonies of #F594BF
Complementary color
Monochromatic Colors of #F594BF
Black with #F594BF
Text Example
Text Example
White with #F594BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594BF; }
p { color: rgb(245,148,191); }
H1.HeaderClassName
{
color: #F594BF;
}
.AnyTagClassName
{
color: #F594BF;
}
</style>
background-color css
<style>
a { background-color: #F594BF; }
a { background-color: rgb(245,148,191); }
div.DivClassName
{
background-color: #F594BF;
}
.BgClassName
{
background-color: #F594BF;
}
</style>
border-color css
<style>
span { border-color: #F594BF; }
span { border-color: rgb(245,148,191); }
td.TdClassName
{
border-color: #F594BF;
}
.TagClassName
{
border-color: #F594BF;
}
</style>