Shades of Deep Blush #F56F8D
Tints of Deep Blush #F56F8D
RGB
CMYK
RGB Variations
Color information
#F56F8D (or 0xF56F8D) is known color: Deep Blush. HEX triplet: F5, 6F and 8D. RGB value is (245,111,141). Sum of RGB (Red+Green+Blue) = 245+111+141=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56F8D is #0A9072. Grayscale: #9A9A9A. Windows color (decimal): -692339 or 9269237. OLE color: 9269237.
HSL color Cylindrical-coordinate representation of color #F56F8D: hue angle of 346.57º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56F8D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 141 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.04 |
| HSL | 346.57º | 0.87% | 0.7% | - |
| HSV(B) | 346.57º | 0.55% | 0.96% | - |
| XYZ | 48.15 | 32.7 | 28.97 | - |
| YUV | 154.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 141 | 0 | 0.55 | 0.42 | 0.04 | 346.57 | 0.87 | 0.7 |
| Hex | F5 | 6F | 8D | 0 | 37 | 2A | 4 | 15B | 57 | 46 |
| Octal | 365 | 157 | 215 | 0 | 67 | 52 | 4 | 533 | 127 | 106 |
| Binary | 11110101 | 1101111 | 10001101 | 0 | 110111 | 101010 | 100 | 101011011 | 1010111 | 1000110 |
Color Harmonies of #F56F8D
Complementary color
Monochromatic Colors of #F56F8D
Black with #F56F8D
Text Example
Text Example
White with #F56F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F8D; }
p { color: rgb(245,111,141); }
H1.HeaderClassName
{
color: #F56F8D;
}
.AnyTagClassName
{
color: #F56F8D;
}
</style>
background-color css
<style>
a { background-color: #F56F8D; }
a { background-color: rgb(245,111,141); }
div.DivClassName
{
background-color: #F56F8D;
}
.BgClassName
{
background-color: #F56F8D;
}
</style>
border-color css
<style>
span { border-color: #F56F8D; }
span { border-color: rgb(245,111,141); }
td.TdClassName
{
border-color: #F56F8D;
}
.TagClassName
{
border-color: #F56F8D;
}
</style>