Shades of Deep Blush #F56D96
Tints of Deep Blush #F56D96
RGB
CMYK
RGB Variations
Color information
#F56D96 (or 0xF56D96) is known color: Deep Blush. HEX triplet: F5, 6D and 96. RGB value is (245,109,150). Sum of RGB (Red+Green+Blue) = 245+109+150=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56D96 is #0A9269. Grayscale: #9A9A9A. Windows color (decimal): -692842 or 9858549. OLE color: 9858549.
HSL color Cylindrical-coordinate representation of color #F56D96: hue angle of 341.91º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56D96 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 150 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.04 |
| HSL | 341.91º | 0.87% | 0.69% | - |
| HSV(B) | 341.91º | 0.56% | 0.96% | - |
| XYZ | 48.63 | 32.55 | 32.57 | - |
| YUV | 154.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 150 | 0 | 0.56 | 0.39 | 0.04 | 341.91 | 0.87 | 0.69 |
| Hex | F5 | 6D | 96 | 0 | 38 | 27 | 4 | 156 | 57 | 45 |
| Octal | 365 | 155 | 226 | 0 | 70 | 47 | 4 | 526 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10010110 | 0 | 111000 | 100111 | 100 | 101010110 | 1010111 | 1000101 |
Color Harmonies of #F56D96
Complementary color
Monochromatic Colors of #F56D96
Black with #F56D96
Text Example
Text Example
White with #F56D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D96; }
p { color: rgb(245,109,150); }
H1.HeaderClassName
{
color: #F56D96;
}
.AnyTagClassName
{
color: #F56D96;
}
</style>
background-color css
<style>
a { background-color: #F56D96; }
a { background-color: rgb(245,109,150); }
div.DivClassName
{
background-color: #F56D96;
}
.BgClassName
{
background-color: #F56D96;
}
</style>
border-color css
<style>
span { border-color: #F56D96; }
span { border-color: rgb(245,109,150); }
td.TdClassName
{
border-color: #F56D96;
}
.TagClassName
{
border-color: #F56D96;
}
</style>