Shades of Shocking #F598CC
Tints of Shocking #F598CC
RGB
CMYK
RGB Variations
Color information
#F598CC (or 0xF598CC) is known color: Shocking. HEX triplet: F5, 98 and CC. RGB value is (245,152,204). Sum of RGB (Red+Green+Blue) = 245+152+204=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F598CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598CC is #0A6733. Grayscale: #B9B9B9. Windows color (decimal): -681780 or 13408501. OLE color: 13408501.
HSL color Cylindrical-coordinate representation of color #F598CC: hue angle of 326.45º 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 #F598CC is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 204 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.04 |
| HSL | 326.45º | 0.82% | 0.78% | - |
| HSV(B) | 326.45º | 0.38% | 0.96% | - |
| XYZ | 59.78 | 46.23 | 62.9 | - |
| YUV | 185.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 204 | 0 | 0.38 | 0.17 | 0.04 | 326.45 | 0.82 | 0.78 |
| Hex | F5 | 98 | CC | 0 | 26 | 11 | 4 | 146 | 52 | 4E |
| Octal | 365 | 230 | 314 | 0 | 46 | 21 | 4 | 506 | 122 | 116 |
| Binary | 11110101 | 10011000 | 11001100 | 0 | 100110 | 10001 | 100 | 101000110 | 1010010 | 1001110 |
Color Harmonies of #F598CC
Complementary color
Monochromatic Colors of #F598CC
Black with #F598CC
Text Example
Text Example
White with #F598CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F598CC; }
p { color: rgb(245,152,204); }
H1.HeaderClassName
{
color: #F598CC;
}
.AnyTagClassName
{
color: #F598CC;
}
</style>
background-color css
<style>
a { background-color: #F598CC; }
a { background-color: rgb(245,152,204); }
div.DivClassName
{
background-color: #F598CC;
}
.BgClassName
{
background-color: #F598CC;
}
</style>
border-color css
<style>
span { border-color: #F598CC; }
span { border-color: rgb(245,152,204); }
td.TdClassName
{
border-color: #F598CC;
}
.TagClassName
{
border-color: #F598CC;
}
</style>