Shades of Deep Blush #F56A96
Tints of Deep Blush #F56A96
RGB
CMYK
RGB Variations
Color information
#F56A96 (or 0xF56A96) is known color: Deep Blush. HEX triplet: F5, 6A and 96. RGB value is (245,106,150). Sum of RGB (Red+Green+Blue) = 245+106+150=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56A96 is #0A9569. Grayscale: #989898. Windows color (decimal): -693610 or 9857781. OLE color: 9857781.
HSL color Cylindrical-coordinate representation of color #F56A96: hue angle of 341.01º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56A96 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 150 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.04 |
| HSL | 341.01º | 0.87% | 0.69% | - |
| HSV(B) | 341.01º | 0.57% | 0.96% | - |
| XYZ | 48.32 | 31.92 | 32.47 | - |
| YUV | 152.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 150 | 0 | 0.57 | 0.39 | 0.04 | 341.01 | 0.87 | 0.69 |
| Hex | F5 | 6A | 96 | 0 | 39 | 27 | 4 | 155 | 57 | 45 |
| Octal | 365 | 152 | 226 | 0 | 71 | 47 | 4 | 525 | 127 | 105 |
| Binary | 11110101 | 1101010 | 10010110 | 0 | 111001 | 100111 | 100 | 101010101 | 1010111 | 1000101 |
Color Harmonies of #F56A96
Complementary color
Monochromatic Colors of #F56A96
Black with #F56A96
Text Example
Text Example
White with #F56A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A96; }
p { color: rgb(245,106,150); }
H1.HeaderClassName
{
color: #F56A96;
}
.AnyTagClassName
{
color: #F56A96;
}
</style>
background-color css
<style>
a { background-color: #F56A96; }
a { background-color: rgb(245,106,150); }
div.DivClassName
{
background-color: #F56A96;
}
.BgClassName
{
background-color: #F56A96;
}
</style>
border-color css
<style>
span { border-color: #F56A96; }
span { border-color: rgb(245,106,150); }
td.TdClassName
{
border-color: #F56A96;
}
.TagClassName
{
border-color: #F56A96;
}
</style>