Shades of Shocking #F597BC
Tints of Shocking #F597BC
RGB
CMYK
RGB Variations
Color information
#F597BC (or 0xF597BC) is known color: Shocking. HEX triplet: F5, 97 and BC. RGB value is (245,151,188). Sum of RGB (Red+Green+Blue) = 245+151+188=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F597BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F597BC is #0A6843. Grayscale: #B7B7B7. Windows color (decimal): -682052 or 12359669. OLE color: 12359669.
HSL color Cylindrical-coordinate representation of color #F597BC: hue angle of 336.38º 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 #F597BC is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 188 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.04 |
| HSL | 336.38º | 0.82% | 0.78% | - |
| HSV(B) | 336.38º | 0.38% | 0.96% | - |
| XYZ | 57.8 | 45.18 | 53.25 | - |
| YUV | 183.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 188 | 0 | 0.38 | 0.23 | 0.04 | 336.38 | 0.82 | 0.78 |
| Hex | F5 | 97 | BC | 0 | 26 | 17 | 4 | 150 | 52 | 4E |
| Octal | 365 | 227 | 274 | 0 | 46 | 27 | 4 | 520 | 122 | 116 |
| Binary | 11110101 | 10010111 | 10111100 | 0 | 100110 | 10111 | 100 | 101010000 | 1010010 | 1001110 |
Color Harmonies of #F597BC
Complementary color
Monochromatic Colors of #F597BC
Black with #F597BC
Text Example
Text Example
White with #F597BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F597BC; }
p { color: rgb(245,151,188); }
H1.HeaderClassName
{
color: #F597BC;
}
.AnyTagClassName
{
color: #F597BC;
}
</style>
background-color css
<style>
a { background-color: #F597BC; }
a { background-color: rgb(245,151,188); }
div.DivClassName
{
background-color: #F597BC;
}
.BgClassName
{
background-color: #F597BC;
}
</style>
border-color css
<style>
span { border-color: #F597BC; }
span { border-color: rgb(245,151,188); }
td.TdClassName
{
border-color: #F597BC;
}
.TagClassName
{
border-color: #F597BC;
}
</style>