Shades of Deep Blush #F56C93
Tints of Deep Blush #F56C93
RGB
CMYK
RGB Variations
Color information
#F56C93 (or 0xF56C93) is known color: Deep Blush. HEX triplet: F5, 6C and 93. RGB value is (245,108,147). Sum of RGB (Red+Green+Blue) = 245+108+147=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56C93 is #0A936C. Grayscale: #999999. Windows color (decimal): -693101 or 9661685. OLE color: 9661685.
HSL color Cylindrical-coordinate representation of color #F56C93: hue angle of 342.92º 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 #F56C93 is Cyan = 0, Magento = 0.56, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 147 | - |
| CMYK | 0 | 0.56 | 0.4 | 0.04 |
| HSL | 342.92º | 0.87% | 0.69% | - |
| HSV(B) | 342.92º | 0.56% | 0.96% | - |
| XYZ | 48.29 | 32.24 | 31.28 | - |
| YUV | 153.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 147 | 0 | 0.56 | 0.4 | 0.04 | 342.92 | 0.87 | 0.69 |
| Hex | F5 | 6C | 93 | 0 | 38 | 28 | 4 | 157 | 57 | 45 |
| Octal | 365 | 154 | 223 | 0 | 70 | 50 | 4 | 527 | 127 | 105 |
| Binary | 11110101 | 1101100 | 10010011 | 0 | 111000 | 101000 | 100 | 101010111 | 1010111 | 1000101 |
Color Harmonies of #F56C93
Complementary color
Monochromatic Colors of #F56C93
Black with #F56C93
Text Example
Text Example
White with #F56C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56C93; }
p { color: rgb(245,108,147); }
H1.HeaderClassName
{
color: #F56C93;
}
.AnyTagClassName
{
color: #F56C93;
}
</style>
background-color css
<style>
a { background-color: #F56C93; }
a { background-color: rgb(245,108,147); }
div.DivClassName
{
background-color: #F56C93;
}
.BgClassName
{
background-color: #F56C93;
}
</style>
border-color css
<style>
span { border-color: #F56C93; }
span { border-color: rgb(245,108,147); }
td.TdClassName
{
border-color: #F56C93;
}
.TagClassName
{
border-color: #F56C93;
}
</style>