Shades of Deep Blush #F56C8D
Tints of Deep Blush #F56C8D
RGB
CMYK
RGB Variations
Color information
#F56C8D (or 0xF56C8D) is known color: Deep Blush. HEX triplet: F5, 6C and 8D. RGB value is (245,108,141). Sum of RGB (Red+Green+Blue) = 245+108+141=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56C8D is #0A9372. Grayscale: #989898. Windows color (decimal): -693107 or 9268469. OLE color: 9268469.
HSL color Cylindrical-coordinate representation of color #F56C8D: hue angle of 345.55º 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 #F56C8D is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 141 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.04 |
| HSL | 345.55º | 0.87% | 0.69% | - |
| HSV(B) | 345.55º | 0.56% | 0.96% | - |
| XYZ | 47.83 | 32.06 | 28.87 | - |
| YUV | 152.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 141 | 0 | 0.56 | 0.42 | 0.04 | 345.55 | 0.87 | 0.69 |
| Hex | F5 | 6C | 8D | 0 | 38 | 2A | 4 | 15A | 57 | 45 |
| Octal | 365 | 154 | 215 | 0 | 70 | 52 | 4 | 532 | 127 | 105 |
| Binary | 11110101 | 1101100 | 10001101 | 0 | 111000 | 101010 | 100 | 101011010 | 1010111 | 1000101 |
Color Harmonies of #F56C8D
Complementary color
Monochromatic Colors of #F56C8D
Black with #F56C8D
Text Example
Text Example
White with #F56C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C8D; }
p { color: rgb(245,108,141); }
H1.HeaderClassName
{
color: #F56C8D;
}
.AnyTagClassName
{
color: #F56C8D;
}
</style>
background-color css
<style>
a { background-color: #F56C8D; }
a { background-color: rgb(245,108,141); }
div.DivClassName
{
background-color: #F56C8D;
}
.BgClassName
{
background-color: #F56C8D;
}
</style>
border-color css
<style>
span { border-color: #F56C8D; }
span { border-color: rgb(245,108,141); }
td.TdClassName
{
border-color: #F56C8D;
}
.TagClassName
{
border-color: #F56C8D;
}
</style>