Shades of Shocking #F59DC0
Tints of Shocking #F59DC0
RGB
CMYK
RGB Variations
Color information
#F59DC0 (or 0xF59DC0) is known color: Shocking. HEX triplet: F5, 9D and C0. RGB value is (245,157,192). Sum of RGB (Red+Green+Blue) = 245+157+192=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DC0 is #0A623F. Grayscale: #BBBBBB. Windows color (decimal): -680512 or 12623349. OLE color: 12623349.
HSL color Cylindrical-coordinate representation of color #F59DC0: hue angle of 336.14º 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 #F59DC0 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 192 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.04 |
| HSL | 336.14º | 0.81% | 0.79% | - |
| HSV(B) | 336.14º | 0.36% | 0.96% | - |
| XYZ | 59.23 | 47.33 | 55.88 | - |
| YUV | 187.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 192 | 0 | 0.36 | 0.22 | 0.04 | 336.14 | 0.81 | 0.79 |
| Hex | F5 | 9D | C0 | 0 | 24 | 16 | 4 | 150 | 51 | 4F |
| Octal | 365 | 235 | 300 | 0 | 44 | 26 | 4 | 520 | 121 | 117 |
| Binary | 11110101 | 10011101 | 11000000 | 0 | 100100 | 10110 | 100 | 101010000 | 1010001 | 1001111 |
Color Harmonies of #F59DC0
Complementary color
Monochromatic Colors of #F59DC0
Black with #F59DC0
Text Example
Text Example
White with #F59DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DC0; }
p { color: rgb(245,157,192); }
H1.HeaderClassName
{
color: #F59DC0;
}
.AnyTagClassName
{
color: #F59DC0;
}
</style>
background-color css
<style>
a { background-color: #F59DC0; }
a { background-color: rgb(245,157,192); }
div.DivClassName
{
background-color: #F59DC0;
}
.BgClassName
{
background-color: #F59DC0;
}
</style>
border-color css
<style>
span { border-color: #F59DC0; }
span { border-color: rgb(245,157,192); }
td.TdClassName
{
border-color: #F59DC0;
}
.TagClassName
{
border-color: #F59DC0;
}
</style>