Shades of Shocking #F59ABC
Tints of Shocking #F59ABC
RGB
CMYK
RGB Variations
Color information
#F59ABC (or 0xF59ABC) is known color: Shocking. HEX triplet: F5, 9A and BC. RGB value is (245,154,188). Sum of RGB (Red+Green+Blue) = 245+154+188=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ABC is #0A6543. Grayscale: #B9B9B9. Windows color (decimal): -681284 or 12360437. OLE color: 12360437.
HSL color Cylindrical-coordinate representation of color #F59ABC: hue angle of 337.58º 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 #F59ABC is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 188 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.04 |
| HSL | 337.58º | 0.82% | 0.78% | - |
| HSV(B) | 337.58º | 0.37% | 0.96% | - |
| XYZ | 58.29 | 46.15 | 53.41 | - |
| YUV | 185.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 188 | 0 | 0.37 | 0.23 | 0.04 | 337.58 | 0.82 | 0.78 |
| Hex | F5 | 9A | BC | 0 | 25 | 17 | 4 | 152 | 52 | 4E |
| Octal | 365 | 232 | 274 | 0 | 45 | 27 | 4 | 522 | 122 | 116 |
| Binary | 11110101 | 10011010 | 10111100 | 0 | 100101 | 10111 | 100 | 101010010 | 1010010 | 1001110 |
Color Harmonies of #F59ABC
Complementary color
Monochromatic Colors of #F59ABC
Black with #F59ABC
Text Example
Text Example
White with #F59ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59ABC; }
p { color: rgb(245,154,188); }
H1.HeaderClassName
{
color: #F59ABC;
}
.AnyTagClassName
{
color: #F59ABC;
}
</style>
background-color css
<style>
a { background-color: #F59ABC; }
a { background-color: rgb(245,154,188); }
div.DivClassName
{
background-color: #F59ABC;
}
.BgClassName
{
background-color: #F59ABC;
}
</style>
border-color css
<style>
span { border-color: #F59ABC; }
span { border-color: rgb(245,154,188); }
td.TdClassName
{
border-color: #F59ABC;
}
.TagClassName
{
border-color: #F59ABC;
}
</style>