Shades of Shocking #F59CC0
Tints of Shocking #F59CC0
RGB
CMYK
RGB Variations
Color information
#F59CC0 (or 0xF59CC0) is known color: Shocking. HEX triplet: F5, 9C and C0. RGB value is (245,156,192). Sum of RGB (Red+Green+Blue) = 245+156+192=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CC0 is #0A633F. Grayscale: #BABABA. Windows color (decimal): -680768 or 12623093. OLE color: 12623093.
HSL color Cylindrical-coordinate representation of color #F59CC0: hue angle of 335.73º degrees, saturation: 0.82, 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 #F59CC0 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 192 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.04 |
| HSL | 335.73º | 0.82% | 0.79% | - |
| HSV(B) | 335.73º | 0.36% | 0.96% | - |
| XYZ | 59.06 | 47 | 55.83 | - |
| YUV | 186.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 192 | 0 | 0.36 | 0.22 | 0.04 | 335.73 | 0.82 | 0.79 |
| Hex | F5 | 9C | C0 | 0 | 24 | 16 | 4 | 150 | 52 | 4F |
| Octal | 365 | 234 | 300 | 0 | 44 | 26 | 4 | 520 | 122 | 117 |
| Binary | 11110101 | 10011100 | 11000000 | 0 | 100100 | 10110 | 100 | 101010000 | 1010010 | 1001111 |
Color Harmonies of #F59CC0
Complementary color
Monochromatic Colors of #F59CC0
Black with #F59CC0
Text Example
Text Example
White with #F59CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CC0; }
p { color: rgb(245,156,192); }
H1.HeaderClassName
{
color: #F59CC0;
}
.AnyTagClassName
{
color: #F59CC0;
}
</style>
background-color css
<style>
a { background-color: #F59CC0; }
a { background-color: rgb(245,156,192); }
div.DivClassName
{
background-color: #F59CC0;
}
.BgClassName
{
background-color: #F59CC0;
}
</style>
border-color css
<style>
span { border-color: #F59CC0; }
span { border-color: rgb(245,156,192); }
td.TdClassName
{
border-color: #F59CC0;
}
.TagClassName
{
border-color: #F59CC0;
}
</style>