Shades of Shocking #F599CA
Tints of Shocking #F599CA
RGB
CMYK
RGB Variations
Color information
#F599CA (or 0xF599CA) is known color: Shocking. HEX triplet: F5, 99 and CA. RGB value is (245,153,202). Sum of RGB (Red+Green+Blue) = 245+153+202=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F599CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F599CA is #0A6635. Grayscale: #B9B9B9. Windows color (decimal): -681526 or 13277685. OLE color: 13277685.
HSL color Cylindrical-coordinate representation of color #F599CA: hue angle of 328.04º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F599CA is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 202 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.04 |
| HSL | 328.04º | 0.82% | 0.78% | - |
| HSV(B) | 328.04º | 0.38% | 0.96% | - |
| XYZ | 59.71 | 46.46 | 61.7 | - |
| YUV | 186.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 202 | 0 | 0.38 | 0.18 | 0.04 | 328.04 | 0.82 | 0.78 |
| Hex | F5 | 99 | CA | 0 | 26 | 12 | 4 | 148 | 52 | 4E |
| Octal | 365 | 231 | 312 | 0 | 46 | 22 | 4 | 510 | 122 | 116 |
| Binary | 11110101 | 10011001 | 11001010 | 0 | 100110 | 10010 | 100 | 101001000 | 1010010 | 1001110 |
Color Harmonies of #F599CA
Complementary color
Monochromatic Colors of #F599CA
Black with #F599CA
Text Example
Text Example
White with #F599CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F599CA; }
p { color: rgb(245,153,202); }
H1.HeaderClassName
{
color: #F599CA;
}
.AnyTagClassName
{
color: #F599CA;
}
</style>
background-color css
<style>
a { background-color: #F599CA; }
a { background-color: rgb(245,153,202); }
div.DivClassName
{
background-color: #F599CA;
}
.BgClassName
{
background-color: #F599CA;
}
</style>
border-color css
<style>
span { border-color: #F599CA; }
span { border-color: rgb(245,153,202); }
td.TdClassName
{
border-color: #F599CA;
}
.TagClassName
{
border-color: #F599CA;
}
</style>