Shades of Shocking #F595CA
Tints of Shocking #F595CA
RGB
CMYK
RGB Variations
Color information
#F595CA (or 0xF595CA) is known color: Shocking. HEX triplet: F5, 95 and CA. RGB value is (245,149,202). Sum of RGB (Red+Green+Blue) = 245+149+202=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F595CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595CA is #0A6A35. Grayscale: #B7B7B7. Windows color (decimal): -682550 or 13276661. OLE color: 13276661.
HSL color Cylindrical-coordinate representation of color #F595CA: hue angle of 326.88º 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 #F595CA is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 202 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.04 |
| HSL | 326.88º | 0.83% | 0.77% | - |
| HSV(B) | 326.88º | 0.39% | 0.96% | - |
| XYZ | 59.06 | 45.17 | 61.48 | - |
| YUV | 183.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 202 | 0 | 0.39 | 0.18 | 0.04 | 326.88 | 0.83 | 0.77 |
| Hex | F5 | 95 | CA | 0 | 27 | 12 | 4 | 147 | 53 | 4D |
| Octal | 365 | 225 | 312 | 0 | 47 | 22 | 4 | 507 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11001010 | 0 | 100111 | 10010 | 100 | 101000111 | 1010011 | 1001101 |
Color Harmonies of #F595CA
Complementary color
Monochromatic Colors of #F595CA
Black with #F595CA
Text Example
Text Example
White with #F595CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595CA; }
p { color: rgb(245,149,202); }
H1.HeaderClassName
{
color: #F595CA;
}
.AnyTagClassName
{
color: #F595CA;
}
</style>
background-color css
<style>
a { background-color: #F595CA; }
a { background-color: rgb(245,149,202); }
div.DivClassName
{
background-color: #F595CA;
}
.BgClassName
{
background-color: #F595CA;
}
</style>
border-color css
<style>
span { border-color: #F595CA; }
span { border-color: rgb(245,149,202); }
td.TdClassName
{
border-color: #F595CA;
}
.TagClassName
{
border-color: #F595CA;
}
</style>