Shades of Shocking #F595BD
Tints of Shocking #F595BD
RGB
CMYK
RGB Variations
Color information
#F595BD (or 0xF595BD) is known color: Shocking. HEX triplet: F5, 95 and BD. RGB value is (245,149,189). Sum of RGB (Red+Green+Blue) = 245+149+189=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F595BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595BD is #0A6A42. Grayscale: #B6B6B6. Windows color (decimal): -682563 or 12424693. OLE color: 12424693.
HSL color Cylindrical-coordinate representation of color #F595BD: hue angle of 335º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F595BD is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 189 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.04 |
| HSL | 335º | 0.83% | 0.77% | - |
| HSV(B) | 335º | 0.39% | 0.96% | - |
| XYZ | 57.59 | 44.58 | 53.71 | - |
| YUV | 182.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 189 | 0 | 0.39 | 0.23 | 0.04 | 335 | 0.83 | 0.77 |
| Hex | F5 | 95 | BD | 0 | 27 | 17 | 4 | 14F | 53 | 4D |
| Octal | 365 | 225 | 275 | 0 | 47 | 27 | 4 | 517 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10111101 | 0 | 100111 | 10111 | 100 | 101001111 | 1010011 | 1001101 |
Color Harmonies of #F595BD
Complementary color
Monochromatic Colors of #F595BD
Black with #F595BD
Text Example
Text Example
White with #F595BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595BD; }
p { color: rgb(245,149,189); }
H1.HeaderClassName
{
color: #F595BD;
}
.AnyTagClassName
{
color: #F595BD;
}
</style>
background-color css
<style>
a { background-color: #F595BD; }
a { background-color: rgb(245,149,189); }
div.DivClassName
{
background-color: #F595BD;
}
.BgClassName
{
background-color: #F595BD;
}
</style>
border-color css
<style>
span { border-color: #F595BD; }
span { border-color: rgb(245,149,189); }
td.TdClassName
{
border-color: #F595BD;
}
.TagClassName
{
border-color: #F595BD;
}
</style>