Shades of Deep Blush #F56892
Tints of Deep Blush #F56892
RGB
CMYK
RGB Variations
Color information
#F56892 (or 0xF56892) is known color: Deep Blush. HEX triplet: F5, 68 and 92. RGB value is (245,104,146). Sum of RGB (Red+Green+Blue) = 245+104+146=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F56892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56892 is #0A976D. Grayscale: #969696. Windows color (decimal): -694126 or 9595125. OLE color: 9595125.
HSL color Cylindrical-coordinate representation of color #F56892: hue angle of 342.13º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56892 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 146 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.04 |
| HSL | 342.13º | 0.88% | 0.68% | - |
| HSV(B) | 342.13º | 0.58% | 0.96% | - |
| XYZ | 47.79 | 31.39 | 30.73 | - |
| YUV | 150.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 146 | 0 | 0.58 | 0.40 | 0.04 | 342.13 | 0.88 | 0.68 |
| Hex | F5 | 68 | 92 | 0 | 3A | 28 | 4 | 156 | 58 | 44 |
| Octal | 365 | 150 | 222 | 0 | 72 | 50 | 4 | 526 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10010010 | 0 | 111010 | 101000 | 100 | 101010110 | 1011000 | 1000100 |
Color Harmonies of #F56892
Complementary color
Monochromatic Colors of #F56892
Black with #F56892
Text Example
Text Example
White with #F56892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56892; }
p { color: rgb(245,104,146); }
H1.HeaderClassName
{
color: #F56892;
}
.AnyTagClassName
{
color: #F56892;
}
</style>
background-color css
<style>
a { background-color: #F56892; }
a { background-color: rgb(245,104,146); }
div.DivClassName
{
background-color: #F56892;
}
.BgClassName
{
background-color: #F56892;
}
</style>
border-color css
<style>
span { border-color: #F56892; }
span { border-color: rgb(245,104,146); }
td.TdClassName
{
border-color: #F56892;
}
.TagClassName
{
border-color: #F56892;
}
</style>