Shades of Shocking #F597BD
Tints of Shocking #F597BD
RGB
CMYK
RGB Variations
Color information
#F597BD (or 0xF597BD) is known color: Shocking. HEX triplet: F5, 97 and BD. RGB value is (245,151,189). Sum of RGB (Red+Green+Blue) = 245+151+189=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F597BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F597BD is #0A6842. Grayscale: #B7B7B7. Windows color (decimal): -682051 or 12425205. OLE color: 12425205.
HSL color Cylindrical-coordinate representation of color #F597BD: hue angle of 335.74º 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 #F597BD is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 189 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.04 |
| HSL | 335.74º | 0.82% | 0.78% | - |
| HSV(B) | 335.74º | 0.38% | 0.96% | - |
| XYZ | 57.91 | 45.22 | 53.82 | - |
| YUV | 183.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 189 | 0 | 0.38 | 0.23 | 0.04 | 335.74 | 0.82 | 0.78 |
| Hex | F5 | 97 | BD | 0 | 26 | 17 | 4 | 150 | 52 | 4E |
| Octal | 365 | 227 | 275 | 0 | 46 | 27 | 4 | 520 | 122 | 116 |
| Binary | 11110101 | 10010111 | 10111101 | 0 | 100110 | 10111 | 100 | 101010000 | 1010010 | 1001110 |
Color Harmonies of #F597BD
Complementary color
Monochromatic Colors of #F597BD
Black with #F597BD
Text Example
Text Example
White with #F597BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F597BD; }
p { color: rgb(245,151,189); }
H1.HeaderClassName
{
color: #F597BD;
}
.AnyTagClassName
{
color: #F597BD;
}
</style>
background-color css
<style>
a { background-color: #F597BD; }
a { background-color: rgb(245,151,189); }
div.DivClassName
{
background-color: #F597BD;
}
.BgClassName
{
background-color: #F597BD;
}
</style>
border-color css
<style>
span { border-color: #F597BD; }
span { border-color: rgb(245,151,189); }
td.TdClassName
{
border-color: #F597BD;
}
.TagClassName
{
border-color: #F597BD;
}
</style>