Shades of Shocking #F597CB
Tints of Shocking #F597CB
RGB
CMYK
RGB Variations
Color information
#F597CB (or 0xF597CB) is known color: Shocking. HEX triplet: F5, 97 and CB. RGB value is (245,151,203). Sum of RGB (Red+Green+Blue) = 245+151+203=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F597CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F597CB is #0A6834. Grayscale: #B8B8B8. Windows color (decimal): -682037 or 13342709. OLE color: 13342709.
HSL color Cylindrical-coordinate representation of color #F597CB: hue angle of 326.81º 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 #F597CB is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 203 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.04 |
| HSL | 326.81º | 0.82% | 0.78% | - |
| HSV(B) | 326.81º | 0.38% | 0.96% | - |
| XYZ | 59.5 | 45.86 | 62.22 | - |
| YUV | 185.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 203 | 0 | 0.38 | 0.17 | 0.04 | 326.81 | 0.82 | 0.78 |
| Hex | F5 | 97 | CB | 0 | 26 | 11 | 4 | 147 | 52 | 4E |
| Octal | 365 | 227 | 313 | 0 | 46 | 21 | 4 | 507 | 122 | 116 |
| Binary | 11110101 | 10010111 | 11001011 | 0 | 100110 | 10001 | 100 | 101000111 | 1010010 | 1001110 |
Color Harmonies of #F597CB
Complementary color
Monochromatic Colors of #F597CB
Black with #F597CB
Text Example
Text Example
White with #F597CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F597CB; }
p { color: rgb(245,151,203); }
H1.HeaderClassName
{
color: #F597CB;
}
.AnyTagClassName
{
color: #F597CB;
}
</style>
background-color css
<style>
a { background-color: #F597CB; }
a { background-color: rgb(245,151,203); }
div.DivClassName
{
background-color: #F597CB;
}
.BgClassName
{
background-color: #F597CB;
}
</style>
border-color css
<style>
span { border-color: #F597CB; }
span { border-color: rgb(245,151,203); }
td.TdClassName
{
border-color: #F597CB;
}
.TagClassName
{
border-color: #F597CB;
}
</style>