Shades of Shocking #F596C4
Tints of Shocking #F596C4
RGB
CMYK
RGB Variations
Color information
#F596C4 (or 0xF596C4) is known color: Shocking. HEX triplet: F5, 96 and C4. RGB value is (245,150,196). Sum of RGB (Red+Green+Blue) = 245+150+196=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F596C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F596C4 is #0A693B. Grayscale: #B7B7B7. Windows color (decimal): -682300 or 12883701. OLE color: 12883701.
HSL color Cylindrical-coordinate representation of color #F596C4: hue angle of 330.95º 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 #F596C4 is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 196 | - |
| CMYK | 0 | 0.39 | 0.2 | 0.04 |
| HSL | 330.95º | 0.83% | 0.77% | - |
| HSV(B) | 330.95º | 0.39% | 0.96% | - |
| XYZ | 58.53 | 45.21 | 57.87 | - |
| YUV | 183.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 196 | 0 | 0.39 | 0.2 | 0.04 | 330.95 | 0.83 | 0.77 |
| Hex | F5 | 96 | C4 | 0 | 27 | 14 | 4 | 14B | 53 | 4D |
| Octal | 365 | 226 | 304 | 0 | 47 | 24 | 4 | 513 | 123 | 115 |
| Binary | 11110101 | 10010110 | 11000100 | 0 | 100111 | 10100 | 100 | 101001011 | 1010011 | 1001101 |
Color Harmonies of #F596C4
Complementary color
Monochromatic Colors of #F596C4
Black with #F596C4
Text Example
Text Example
White with #F596C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F596C4; }
p { color: rgb(245,150,196); }
H1.HeaderClassName
{
color: #F596C4;
}
.AnyTagClassName
{
color: #F596C4;
}
</style>
background-color css
<style>
a { background-color: #F596C4; }
a { background-color: rgb(245,150,196); }
div.DivClassName
{
background-color: #F596C4;
}
.BgClassName
{
background-color: #F596C4;
}
</style>
border-color css
<style>
span { border-color: #F596C4; }
span { border-color: rgb(245,150,196); }
td.TdClassName
{
border-color: #F596C4;
}
.TagClassName
{
border-color: #F596C4;
}
</style>