Shades of Shocking #F595C6
Tints of Shocking #F595C6
RGB
CMYK
RGB Variations
Color information
#F595C6 (or 0xF595C6) is known color: Shocking. HEX triplet: F5, 95 and C6. RGB value is (245,149,198). Sum of RGB (Red+Green+Blue) = 245+149+198=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F595C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595C6 is #0A6A39. Grayscale: #B7B7B7. Windows color (decimal): -682554 or 13014517. OLE color: 13014517.
HSL color Cylindrical-coordinate representation of color #F595C6: hue angle of 329.38º 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 #F595C6 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 198 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.04 |
| HSL | 329.38º | 0.83% | 0.77% | - |
| HSV(B) | 329.38º | 0.39% | 0.96% | - |
| XYZ | 58.6 | 44.98 | 59.02 | - |
| YUV | 183.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 198 | 0 | 0.39 | 0.19 | 0.04 | 329.38 | 0.83 | 0.77 |
| Hex | F5 | 95 | C6 | 0 | 27 | 13 | 4 | 149 | 53 | 4D |
| Octal | 365 | 225 | 306 | 0 | 47 | 23 | 4 | 511 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11000110 | 0 | 100111 | 10011 | 100 | 101001001 | 1010011 | 1001101 |
Color Harmonies of #F595C6
Complementary color
Monochromatic Colors of #F595C6
Black with #F595C6
Text Example
Text Example
White with #F595C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595C6; }
p { color: rgb(245,149,198); }
H1.HeaderClassName
{
color: #F595C6;
}
.AnyTagClassName
{
color: #F595C6;
}
</style>
background-color css
<style>
a { background-color: #F595C6; }
a { background-color: rgb(245,149,198); }
div.DivClassName
{
background-color: #F595C6;
}
.BgClassName
{
background-color: #F595C6;
}
</style>
border-color css
<style>
span { border-color: #F595C6; }
span { border-color: rgb(245,149,198); }
td.TdClassName
{
border-color: #F595C6;
}
.TagClassName
{
border-color: #F595C6;
}
</style>