Shades of Shocking #F595BE
Tints of Shocking #F595BE
RGB
CMYK
RGB Variations
Color information
#F595BE (or 0xF595BE) is known color: Shocking. HEX triplet: F5, 95 and BE. RGB value is (245,149,190). Sum of RGB (Red+Green+Blue) = 245+149+190=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F595BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595BE is #0A6A41. Grayscale: #B6B6B6. Windows color (decimal): -682562 or 12490229. OLE color: 12490229.
HSL color Cylindrical-coordinate representation of color #F595BE: hue angle of 334.38º 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 #F595BE is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 190 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.04 |
| HSL | 334.38º | 0.83% | 0.77% | - |
| HSV(B) | 334.38º | 0.39% | 0.96% | - |
| XYZ | 57.7 | 44.63 | 54.29 | - |
| YUV | 182.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 190 | 0 | 0.39 | 0.22 | 0.04 | 334.38 | 0.83 | 0.77 |
| Hex | F5 | 95 | BE | 0 | 27 | 16 | 4 | 14E | 53 | 4D |
| Octal | 365 | 225 | 276 | 0 | 47 | 26 | 4 | 516 | 123 | 115 |
| Binary | 11110101 | 10010101 | 10111110 | 0 | 100111 | 10110 | 100 | 101001110 | 1010011 | 1001101 |
Color Harmonies of #F595BE
Complementary color
Monochromatic Colors of #F595BE
Black with #F595BE
Text Example
Text Example
White with #F595BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595BE; }
p { color: rgb(245,149,190); }
H1.HeaderClassName
{
color: #F595BE;
}
.AnyTagClassName
{
color: #F595BE;
}
</style>
background-color css
<style>
a { background-color: #F595BE; }
a { background-color: rgb(245,149,190); }
div.DivClassName
{
background-color: #F595BE;
}
.BgClassName
{
background-color: #F595BE;
}
</style>
border-color css
<style>
span { border-color: #F595BE; }
span { border-color: rgb(245,149,190); }
td.TdClassName
{
border-color: #F595BE;
}
.TagClassName
{
border-color: #F595BE;
}
</style>