Shades of Deep Blush #F56D8F
Tints of Deep Blush #F56D8F
RGB
CMYK
RGB Variations
Color information
#F56D8F (or 0xF56D8F) is known color: Deep Blush. HEX triplet: F5, 6D and 8F. RGB value is (245,109,143). Sum of RGB (Red+Green+Blue) = 245+109+143=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56D8F is #0A9270. Grayscale: #999999. Windows color (decimal): -692849 or 9399797. OLE color: 9399797.
HSL color Cylindrical-coordinate representation of color #F56D8F: hue angle of 345º 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 #F56D8F is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 143 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.04 |
| HSL | 345º | 0.87% | 0.69% | - |
| HSV(B) | 345º | 0.56% | 0.96% | - |
| XYZ | 48.08 | 32.33 | 29.69 | - |
| YUV | 153.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 143 | 0 | 0.56 | 0.42 | 0.04 | 345 | 0.87 | 0.69 |
| Hex | F5 | 6D | 8F | 0 | 38 | 2A | 4 | 159 | 57 | 45 |
| Octal | 365 | 155 | 217 | 0 | 70 | 52 | 4 | 531 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10001111 | 0 | 111000 | 101010 | 100 | 101011001 | 1010111 | 1000101 |
Color Harmonies of #F56D8F
Complementary color
Monochromatic Colors of #F56D8F
Black with #F56D8F
Text Example
Text Example
White with #F56D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D8F; }
p { color: rgb(245,109,143); }
H1.HeaderClassName
{
color: #F56D8F;
}
.AnyTagClassName
{
color: #F56D8F;
}
</style>
background-color css
<style>
a { background-color: #F56D8F; }
a { background-color: rgb(245,109,143); }
div.DivClassName
{
background-color: #F56D8F;
}
.BgClassName
{
background-color: #F56D8F;
}
</style>
border-color css
<style>
span { border-color: #F56D8F; }
span { border-color: rgb(245,109,143); }
td.TdClassName
{
border-color: #F56D8F;
}
.TagClassName
{
border-color: #F56D8F;
}
</style>