Shades of Shocking #F59EBF
Tints of Shocking #F59EBF
RGB
CMYK
RGB Variations
Color information
#F59EBF (or 0xF59EBF) is known color: Shocking. HEX triplet: F5, 9E and BF. RGB value is (245,158,191). Sum of RGB (Red+Green+Blue) = 245+158+191=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EBF is #0A6140. Grayscale: #BBBBBB. Windows color (decimal): -680257 or 12558069. OLE color: 12558069.
HSL color Cylindrical-coordinate representation of color #F59EBF: hue angle of 337.24º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59EBF is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 191 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.04 |
| HSL | 337.24º | 0.81% | 0.79% | - |
| HSV(B) | 337.24º | 0.36% | 0.96% | - |
| XYZ | 59.29 | 47.63 | 55.36 | - |
| YUV | 187.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 191 | 0 | 0.36 | 0.22 | 0.04 | 337.24 | 0.81 | 0.79 |
| Hex | F5 | 9E | BF | 0 | 24 | 16 | 4 | 151 | 51 | 4F |
| Octal | 365 | 236 | 277 | 0 | 44 | 26 | 4 | 521 | 121 | 117 |
| Binary | 11110101 | 10011110 | 10111111 | 0 | 100100 | 10110 | 100 | 101010001 | 1010001 | 1001111 |
Color Harmonies of #F59EBF
Complementary color
Monochromatic Colors of #F59EBF
Black with #F59EBF
Text Example
Text Example
White with #F59EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59EBF; }
p { color: rgb(245,158,191); }
H1.HeaderClassName
{
color: #F59EBF;
}
.AnyTagClassName
{
color: #F59EBF;
}
</style>
background-color css
<style>
a { background-color: #F59EBF; }
a { background-color: rgb(245,158,191); }
div.DivClassName
{
background-color: #F59EBF;
}
.BgClassName
{
background-color: #F59EBF;
}
</style>
border-color css
<style>
span { border-color: #F59EBF; }
span { border-color: rgb(245,158,191); }
td.TdClassName
{
border-color: #F59EBF;
}
.TagClassName
{
border-color: #F59EBF;
}
</style>