Shades of Shocking #F599CC
Tints of Shocking #F599CC
RGB
CMYK
RGB Variations
Color information
#F599CC (or 0xF599CC) is known color: Shocking. HEX triplet: F5, 99 and CC. RGB value is (245,153,204). Sum of RGB (Red+Green+Blue) = 245+153+204=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F599CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F599CC is #0A6633. Grayscale: #BABABA. Windows color (decimal): -681524 or 13408757. OLE color: 13408757.
HSL color Cylindrical-coordinate representation of color #F599CC: hue angle of 326.74º 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 #F599CC is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 204 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.04 |
| HSL | 326.74º | 0.82% | 0.78% | - |
| HSV(B) | 326.74º | 0.38% | 0.96% | - |
| XYZ | 59.95 | 46.55 | 62.95 | - |
| YUV | 186.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 204 | 0 | 0.38 | 0.17 | 0.04 | 326.74 | 0.82 | 0.78 |
| Hex | F5 | 99 | CC | 0 | 26 | 11 | 4 | 147 | 52 | 4E |
| Octal | 365 | 231 | 314 | 0 | 46 | 21 | 4 | 507 | 122 | 116 |
| Binary | 11110101 | 10011001 | 11001100 | 0 | 100110 | 10001 | 100 | 101000111 | 1010010 | 1001110 |
Color Harmonies of #F599CC
Complementary color
Monochromatic Colors of #F599CC
Black with #F599CC
Text Example
Text Example
White with #F599CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F599CC; }
p { color: rgb(245,153,204); }
H1.HeaderClassName
{
color: #F599CC;
}
.AnyTagClassName
{
color: #F599CC;
}
</style>
background-color css
<style>
a { background-color: #F599CC; }
a { background-color: rgb(245,153,204); }
div.DivClassName
{
background-color: #F599CC;
}
.BgClassName
{
background-color: #F599CC;
}
</style>
border-color css
<style>
span { border-color: #F599CC; }
span { border-color: rgb(245,153,204); }
td.TdClassName
{
border-color: #F599CC;
}
.TagClassName
{
border-color: #F599CC;
}
</style>