Shades of Deep Blush #F56B8D
Tints of Deep Blush #F56B8D
RGB
CMYK
RGB Variations
Color information
#F56B8D (or 0xF56B8D) is known color: Deep Blush. HEX triplet: F5, 6B and 8D. RGB value is (245,107,141). Sum of RGB (Red+Green+Blue) = 245+107+141=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56B8D is #0A9472. Grayscale: #989898. Windows color (decimal): -693363 or 9268213. OLE color: 9268213.
HSL color Cylindrical-coordinate representation of color #F56B8D: hue angle of 345.22º 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 #F56B8D is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 141 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.04 |
| HSL | 345.22º | 0.87% | 0.69% | - |
| HSV(B) | 345.22º | 0.56% | 0.96% | - |
| XYZ | 47.72 | 31.85 | 28.83 | - |
| YUV | 152.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 141 | 0 | 0.56 | 0.42 | 0.04 | 345.22 | 0.87 | 0.69 |
| Hex | F5 | 6B | 8D | 0 | 38 | 2A | 4 | 159 | 57 | 45 |
| Octal | 365 | 153 | 215 | 0 | 70 | 52 | 4 | 531 | 127 | 105 |
| Binary | 11110101 | 1101011 | 10001101 | 0 | 111000 | 101010 | 100 | 101011001 | 1010111 | 1000101 |
Color Harmonies of #F56B8D
Complementary color
Monochromatic Colors of #F56B8D
Black with #F56B8D
Text Example
Text Example
White with #F56B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56B8D; }
p { color: rgb(245,107,141); }
H1.HeaderClassName
{
color: #F56B8D;
}
.AnyTagClassName
{
color: #F56B8D;
}
</style>
background-color css
<style>
a { background-color: #F56B8D; }
a { background-color: rgb(245,107,141); }
div.DivClassName
{
background-color: #F56B8D;
}
.BgClassName
{
background-color: #F56B8D;
}
</style>
border-color css
<style>
span { border-color: #F56B8D; }
span { border-color: rgb(245,107,141); }
td.TdClassName
{
border-color: #F56B8D;
}
.TagClassName
{
border-color: #F56B8D;
}
</style>