Shades of Shocking #F597C8
Tints of Shocking #F597C8
RGB
CMYK
RGB Variations
Color information
#F597C8 (or 0xF597C8) is known color: Shocking. HEX triplet: F5, 97 and C8. RGB value is (245,151,200). Sum of RGB (Red+Green+Blue) = 245+151+200=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F597C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F597C8 is #0A6837. Grayscale: #B8B8B8. Windows color (decimal): -682040 or 13146101. OLE color: 13146101.
HSL color Cylindrical-coordinate representation of color #F597C8: hue angle of 328.72º 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 #F597C8 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 200 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.04 |
| HSL | 328.72º | 0.82% | 0.78% | - |
| HSV(B) | 328.72º | 0.38% | 0.96% | - |
| XYZ | 59.15 | 45.72 | 60.35 | - |
| YUV | 184.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 200 | 0 | 0.38 | 0.18 | 0.04 | 328.72 | 0.82 | 0.78 |
| Hex | F5 | 97 | C8 | 0 | 26 | 12 | 4 | 149 | 52 | 4E |
| Octal | 365 | 227 | 310 | 0 | 46 | 22 | 4 | 511 | 122 | 116 |
| Binary | 11110101 | 10010111 | 11001000 | 0 | 100110 | 10010 | 100 | 101001001 | 1010010 | 1001110 |
Color Harmonies of #F597C8
Complementary color
Monochromatic Colors of #F597C8
Black with #F597C8
Text Example
Text Example
White with #F597C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F597C8; }
p { color: rgb(245,151,200); }
H1.HeaderClassName
{
color: #F597C8;
}
.AnyTagClassName
{
color: #F597C8;
}
</style>
background-color css
<style>
a { background-color: #F597C8; }
a { background-color: rgb(245,151,200); }
div.DivClassName
{
background-color: #F597C8;
}
.BgClassName
{
background-color: #F597C8;
}
</style>
border-color css
<style>
span { border-color: #F597C8; }
span { border-color: rgb(245,151,200); }
td.TdClassName
{
border-color: #F597C8;
}
.TagClassName
{
border-color: #F597C8;
}
</style>