Shades of Shocking #F59CBC
Tints of Shocking #F59CBC
RGB
CMYK
RGB Variations
Color information
#F59CBC (or 0xF59CBC) is known color: Shocking. HEX triplet: F5, 9C and BC. RGB value is (245,156,188). Sum of RGB (Red+Green+Blue) = 245+156+188=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CBC is #0A6343. Grayscale: #BABABA. Windows color (decimal): -680772 or 12360949. OLE color: 12360949.
HSL color Cylindrical-coordinate representation of color #F59CBC: hue angle of 338.43º 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 #F59CBC is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 188 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.04 |
| HSL | 338.43º | 0.82% | 0.79% | - |
| HSV(B) | 338.43º | 0.36% | 0.96% | - |
| XYZ | 58.62 | 46.82 | 53.52 | - |
| YUV | 186.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 188 | 0 | 0.36 | 0.23 | 0.04 | 338.43 | 0.82 | 0.79 |
| Hex | F5 | 9C | BC | 0 | 24 | 17 | 4 | 152 | 52 | 4F |
| Octal | 365 | 234 | 274 | 0 | 44 | 27 | 4 | 522 | 122 | 117 |
| Binary | 11110101 | 10011100 | 10111100 | 0 | 100100 | 10111 | 100 | 101010010 | 1010010 | 1001111 |
Color Harmonies of #F59CBC
Complementary color
Monochromatic Colors of #F59CBC
Black with #F59CBC
Text Example
Text Example
White with #F59CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CBC; }
p { color: rgb(245,156,188); }
H1.HeaderClassName
{
color: #F59CBC;
}
.AnyTagClassName
{
color: #F59CBC;
}
</style>
background-color css
<style>
a { background-color: #F59CBC; }
a { background-color: rgb(245,156,188); }
div.DivClassName
{
background-color: #F59CBC;
}
.BgClassName
{
background-color: #F59CBC;
}
</style>
border-color css
<style>
span { border-color: #F59CBC; }
span { border-color: rgb(245,156,188); }
td.TdClassName
{
border-color: #F59CBC;
}
.TagClassName
{
border-color: #F59CBC;
}
</style>