Shades of Deep Blush #F56792
Tints of Deep Blush #F56792
RGB
CMYK
RGB Variations
Color information
#F56792 (or 0xF56792) is known color: Deep Blush. HEX triplet: F5, 67 and 92. RGB value is (245,103,146). Sum of RGB (Red+Green+Blue) = 245+103+146=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F56792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56792 is #0A986D. Grayscale: #969696. Windows color (decimal): -694382 or 9594869. OLE color: 9594869.
HSL color Cylindrical-coordinate representation of color #F56792: hue angle of 341.83º 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 #F56792 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 146 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.04 |
| HSL | 341.83º | 0.88% | 0.68% | - |
| HSV(B) | 341.83º | 0.58% | 0.96% | - |
| XYZ | 47.69 | 31.19 | 30.7 | - |
| YUV | 150.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 146 | 0 | 0.58 | 0.40 | 0.04 | 341.83 | 0.88 | 0.68 |
| Hex | F5 | 67 | 92 | 0 | 3A | 28 | 4 | 156 | 58 | 44 |
| Octal | 365 | 147 | 222 | 0 | 72 | 50 | 4 | 526 | 130 | 104 |
| Binary | 11110101 | 1100111 | 10010010 | 0 | 111010 | 101000 | 100 | 101010110 | 1011000 | 1000100 |
Color Harmonies of #F56792
Complementary color
Monochromatic Colors of #F56792
Black with #F56792
Text Example
Text Example
White with #F56792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56792; }
p { color: rgb(245,103,146); }
H1.HeaderClassName
{
color: #F56792;
}
.AnyTagClassName
{
color: #F56792;
}
</style>
background-color css
<style>
a { background-color: #F56792; }
a { background-color: rgb(245,103,146); }
div.DivClassName
{
background-color: #F56792;
}
.BgClassName
{
background-color: #F56792;
}
</style>
border-color css
<style>
span { border-color: #F56792; }
span { border-color: rgb(245,103,146); }
td.TdClassName
{
border-color: #F56792;
}
.TagClassName
{
border-color: #F56792;
}
</style>