Shades of Shocking #F596CA
Tints of Shocking #F596CA
RGB
CMYK
RGB Variations
Color information
#F596CA (or 0xF596CA) is known color: Shocking. HEX triplet: F5, 96 and CA. RGB value is (245,150,202). Sum of RGB (Red+Green+Blue) = 245+150+202=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F596CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596CA is #0A6935. Grayscale: #B8B8B8. Windows color (decimal): -682294 or 13276917. OLE color: 13276917.
HSL color Cylindrical-coordinate representation of color #F596CA: hue angle of 327.16º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F596CA is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 202 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.04 |
| HSL | 327.16º | 0.83% | 0.77% | - |
| HSV(B) | 327.16º | 0.39% | 0.96% | - |
| XYZ | 59.22 | 45.49 | 61.54 | - |
| YUV | 184.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 202 | 0 | 0.39 | 0.18 | 0.04 | 327.16 | 0.83 | 0.77 |
| Hex | F5 | 96 | CA | 0 | 27 | 12 | 4 | 147 | 53 | 4D |
| Octal | 365 | 226 | 312 | 0 | 47 | 22 | 4 | 507 | 123 | 115 |
| Binary | 11110101 | 10010110 | 11001010 | 0 | 100111 | 10010 | 100 | 101000111 | 1010011 | 1001101 |
Color Harmonies of #F596CA
Complementary color
Monochromatic Colors of #F596CA
Black with #F596CA
Text Example
Text Example
White with #F596CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596CA; }
p { color: rgb(245,150,202); }
H1.HeaderClassName
{
color: #F596CA;
}
.AnyTagClassName
{
color: #F596CA;
}
</style>
background-color css
<style>
a { background-color: #F596CA; }
a { background-color: rgb(245,150,202); }
div.DivClassName
{
background-color: #F596CA;
}
.BgClassName
{
background-color: #F596CA;
}
</style>
border-color css
<style>
span { border-color: #F596CA; }
span { border-color: rgb(245,150,202); }
td.TdClassName
{
border-color: #F596CA;
}
.TagClassName
{
border-color: #F596CA;
}
</style>