Shades of Shocking #F59BC5
Tints of Shocking #F59BC5
RGB
CMYK
RGB Variations
Color information
#F59BC5 (or 0xF59BC5) is known color: Shocking. HEX triplet: F5, 9B and C5. RGB value is (245,155,197). Sum of RGB (Red+Green+Blue) = 245+155+197=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BC5 is #0A643A. Grayscale: #BABABA. Windows color (decimal): -681019 or 12950517. OLE color: 12950517.
HSL color Cylindrical-coordinate representation of color #F59BC5: hue angle of 332º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BC5 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 197 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.04 |
| HSL | 332º | 0.82% | 0.78% | - |
| HSV(B) | 332º | 0.37% | 0.96% | - |
| XYZ | 59.46 | 46.89 | 58.74 | - |
| YUV | 186.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 197 | 0 | 0.37 | 0.20 | 0.04 | 332 | 0.82 | 0.78 |
| Hex | F5 | 9B | C5 | 0 | 25 | 14 | 4 | 14C | 52 | 4E |
| Octal | 365 | 233 | 305 | 0 | 45 | 24 | 4 | 514 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11000101 | 0 | 100101 | 10100 | 100 | 101001100 | 1010010 | 1001110 |
Color Harmonies of #F59BC5
Complementary color
Monochromatic Colors of #F59BC5
Black with #F59BC5
Text Example
Text Example
White with #F59BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BC5; }
p { color: rgb(245,155,197); }
H1.HeaderClassName
{
color: #F59BC5;
}
.AnyTagClassName
{
color: #F59BC5;
}
</style>
background-color css
<style>
a { background-color: #F59BC5; }
a { background-color: rgb(245,155,197); }
div.DivClassName
{
background-color: #F59BC5;
}
.BgClassName
{
background-color: #F59BC5;
}
</style>
border-color css
<style>
span { border-color: #F59BC5; }
span { border-color: rgb(245,155,197); }
td.TdClassName
{
border-color: #F59BC5;
}
.TagClassName
{
border-color: #F59BC5;
}
</style>