Shades of Deep Blush #F56898
Tints of Deep Blush #F56898
RGB
CMYK
RGB Variations
Color information
#F56898 (or 0xF56898) is known color: Deep Blush. HEX triplet: F5, 68 and 98. RGB value is (245,104,152). Sum of RGB (Red+Green+Blue) = 245+104+152=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F56898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56898 is #0A9767. Grayscale: #979797. Windows color (decimal): -694120 or 9988341. OLE color: 9988341.
HSL color Cylindrical-coordinate representation of color #F56898: hue angle of 339.57º 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 #F56898 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 152 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.04 |
| HSL | 339.57º | 0.88% | 0.68% | - |
| HSV(B) | 339.57º | 0.58% | 0.96% | - |
| XYZ | 48.27 | 31.58 | 33.26 | - |
| YUV | 151.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 152 | 0 | 0.58 | 0.38 | 0.04 | 339.57 | 0.88 | 0.68 |
| Hex | F5 | 68 | 98 | 0 | 3A | 26 | 4 | 154 | 58 | 44 |
| Octal | 365 | 150 | 230 | 0 | 72 | 46 | 4 | 524 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10011000 | 0 | 111010 | 100110 | 100 | 101010100 | 1011000 | 1000100 |
Color Harmonies of #F56898
Complementary color
Monochromatic Colors of #F56898
Black with #F56898
Text Example
Text Example
White with #F56898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56898; }
p { color: rgb(245,104,152); }
H1.HeaderClassName
{
color: #F56898;
}
.AnyTagClassName
{
color: #F56898;
}
</style>
background-color css
<style>
a { background-color: #F56898; }
a { background-color: rgb(245,104,152); }
div.DivClassName
{
background-color: #F56898;
}
.BgClassName
{
background-color: #F56898;
}
</style>
border-color css
<style>
span { border-color: #F56898; }
span { border-color: rgb(245,104,152); }
td.TdClassName
{
border-color: #F56898;
}
.TagClassName
{
border-color: #F56898;
}
</style>