Shades of Shocking #F599CE
Tints of Shocking #F599CE
RGB
CMYK
RGB Variations
Color information
#F599CE (or 0xF599CE) is known color: Shocking. HEX triplet: F5, 99 and CE. RGB value is (245,153,206). Sum of RGB (Red+Green+Blue) = 245+153+206=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F599CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F599CE is #0A6631. Grayscale: #BABABA. Windows color (decimal): -681522 or 13539829. OLE color: 13539829.
HSL color Cylindrical-coordinate representation of color #F599CE: hue angle of 325.43º 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 #F599CE is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 206 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.04 |
| HSL | 325.43º | 0.82% | 0.78% | - |
| HSV(B) | 325.43º | 0.38% | 0.96% | - |
| XYZ | 60.19 | 46.65 | 64.22 | - |
| YUV | 186.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 206 | 0 | 0.38 | 0.16 | 0.04 | 325.43 | 0.82 | 0.78 |
| Hex | F5 | 99 | CE | 0 | 26 | 10 | 4 | 145 | 52 | 4E |
| Octal | 365 | 231 | 316 | 0 | 46 | 20 | 4 | 505 | 122 | 116 |
| Binary | 11110101 | 10011001 | 11001110 | 0 | 100110 | 10000 | 100 | 101000101 | 1010010 | 1001110 |
Color Harmonies of #F599CE
Complementary color
Monochromatic Colors of #F599CE
Black with #F599CE
Text Example
Text Example
White with #F599CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F599CE; }
p { color: rgb(245,153,206); }
H1.HeaderClassName
{
color: #F599CE;
}
.AnyTagClassName
{
color: #F599CE;
}
</style>
background-color css
<style>
a { background-color: #F599CE; }
a { background-color: rgb(245,153,206); }
div.DivClassName
{
background-color: #F599CE;
}
.BgClassName
{
background-color: #F599CE;
}
</style>
border-color css
<style>
span { border-color: #F599CE; }
span { border-color: rgb(245,153,206); }
td.TdClassName
{
border-color: #F599CE;
}
.TagClassName
{
border-color: #F599CE;
}
</style>