Shades of Shocking #F595C9
Tints of Shocking #F595C9
RGB
CMYK
RGB Variations
Color information
#F595C9 (or 0xF595C9) is known color: Shocking. HEX triplet: F5, 95 and C9. RGB value is (245,149,201). Sum of RGB (Red+Green+Blue) = 245+149+201=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F595C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595C9 is #0A6A36. Grayscale: #B7B7B7. Windows color (decimal): -682551 or 13211125. OLE color: 13211125.
HSL color Cylindrical-coordinate representation of color #F595C9: hue angle of 327.5º 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 #F595C9 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 201 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.04 |
| HSL | 327.5º | 0.83% | 0.77% | - |
| HSV(B) | 327.5º | 0.39% | 0.96% | - |
| XYZ | 58.95 | 45.12 | 60.86 | - |
| YUV | 183.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 201 | 0 | 0.39 | 0.18 | 0.04 | 327.5 | 0.83 | 0.77 |
| Hex | F5 | 95 | C9 | 0 | 27 | 12 | 4 | 148 | 53 | 4D |
| Octal | 365 | 225 | 311 | 0 | 47 | 22 | 4 | 510 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11001001 | 0 | 100111 | 10010 | 100 | 101001000 | 1010011 | 1001101 |
Color Harmonies of #F595C9
Complementary color
Monochromatic Colors of #F595C9
Black with #F595C9
Text Example
Text Example
White with #F595C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595C9; }
p { color: rgb(245,149,201); }
H1.HeaderClassName
{
color: #F595C9;
}
.AnyTagClassName
{
color: #F595C9;
}
</style>
background-color css
<style>
a { background-color: #F595C9; }
a { background-color: rgb(245,149,201); }
div.DivClassName
{
background-color: #F595C9;
}
.BgClassName
{
background-color: #F595C9;
}
</style>
border-color css
<style>
span { border-color: #F595C9; }
span { border-color: rgb(245,149,201); }
td.TdClassName
{
border-color: #F595C9;
}
.TagClassName
{
border-color: #F595C9;
}
</style>