Shades of Deep Blush #F56D91
Tints of Deep Blush #F56D91
RGB
CMYK
RGB Variations
Color information
#F56D91 (or 0xF56D91) is known color: Deep Blush. HEX triplet: F5, 6D and 91. RGB value is (245,109,145). Sum of RGB (Red+Green+Blue) = 245+109+145=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56D91 is #0A926E. Grayscale: #999999. Windows color (decimal): -692847 or 9530869. OLE color: 9530869.
HSL color Cylindrical-coordinate representation of color #F56D91: hue angle of 344.12º 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 #F56D91 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 145 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.04 |
| HSL | 344.12º | 0.87% | 0.69% | - |
| HSV(B) | 344.12º | 0.56% | 0.96% | - |
| XYZ | 48.24 | 32.39 | 30.5 | - |
| YUV | 153.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 145 | 0 | 0.56 | 0.41 | 0.04 | 344.12 | 0.87 | 0.69 |
| Hex | F5 | 6D | 91 | 0 | 38 | 29 | 4 | 158 | 57 | 45 |
| Octal | 365 | 155 | 221 | 0 | 70 | 51 | 4 | 530 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10010001 | 0 | 111000 | 101001 | 100 | 101011000 | 1010111 | 1000101 |
Color Harmonies of #F56D91
Complementary color
Monochromatic Colors of #F56D91
Black with #F56D91
Text Example
Text Example
White with #F56D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D91; }
p { color: rgb(245,109,145); }
H1.HeaderClassName
{
color: #F56D91;
}
.AnyTagClassName
{
color: #F56D91;
}
</style>
background-color css
<style>
a { background-color: #F56D91; }
a { background-color: rgb(245,109,145); }
div.DivClassName
{
background-color: #F56D91;
}
.BgClassName
{
background-color: #F56D91;
}
</style>
border-color css
<style>
span { border-color: #F56D91; }
span { border-color: rgb(245,109,145); }
td.TdClassName
{
border-color: #F56D91;
}
.TagClassName
{
border-color: #F56D91;
}
</style>