Shades of Deep Blush #F56C8C
Tints of Deep Blush #F56C8C
RGB
CMYK
RGB Variations
Color information
#F56C8C (or 0xF56C8C) is known color: Deep Blush. HEX triplet: F5, 6C and 8C. RGB value is (245,108,140). Sum of RGB (Red+Green+Blue) = 245+108+140=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56C8C is #0A9373. Grayscale: #989898. Windows color (decimal): -693108 or 9202933. OLE color: 9202933.
HSL color Cylindrical-coordinate representation of color #F56C8C: hue angle of 345.99º 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 #F56C8C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 140 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.04 |
| HSL | 345.99º | 0.87% | 0.69% | - |
| HSV(B) | 345.99º | 0.56% | 0.96% | - |
| XYZ | 47.75 | 32.03 | 28.48 | - |
| YUV | 152.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 140 | 0 | 0.56 | 0.43 | 0.04 | 345.99 | 0.87 | 0.69 |
| Hex | F5 | 6C | 8C | 0 | 38 | 2B | 4 | 15A | 57 | 45 |
| Octal | 365 | 154 | 214 | 0 | 70 | 53 | 4 | 532 | 127 | 105 |
| Binary | 11110101 | 1101100 | 10001100 | 0 | 111000 | 101011 | 100 | 101011010 | 1010111 | 1000101 |
Color Harmonies of #F56C8C
Complementary color
Monochromatic Colors of #F56C8C
Black with #F56C8C
Text Example
Text Example
White with #F56C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C8C; }
p { color: rgb(245,108,140); }
H1.HeaderClassName
{
color: #F56C8C;
}
.AnyTagClassName
{
color: #F56C8C;
}
</style>
background-color css
<style>
a { background-color: #F56C8C; }
a { background-color: rgb(245,108,140); }
div.DivClassName
{
background-color: #F56C8C;
}
.BgClassName
{
background-color: #F56C8C;
}
</style>
border-color css
<style>
span { border-color: #F56C8C; }
span { border-color: rgb(245,108,140); }
td.TdClassName
{
border-color: #F56C8C;
}
.TagClassName
{
border-color: #F56C8C;
}
</style>