Shades of Deep Blush #F5738B
Tints of Deep Blush #F5738B
RGB
CMYK
RGB Variations
Color information
#F5738B (or 0xF5738B) is known color: Deep Blush. HEX triplet: F5, 73 and 8B. RGB value is (245,115,139). Sum of RGB (Red+Green+Blue) = 245+115+139=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5738B is #0A8C74. Grayscale: #9C9C9C. Windows color (decimal): -691317 or 9139189. OLE color: 9139189.
HSL color Cylindrical-coordinate representation of color #F5738B: hue angle of 348.92º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5738B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 139 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.04 |
| HSL | 348.92º | 0.87% | 0.71% | - |
| HSV(B) | 348.92º | 0.53% | 0.96% | - |
| XYZ | 48.45 | 33.54 | 28.35 | - |
| YUV | 156.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 139 | 0 | 0.53 | 0.43 | 0.04 | 348.92 | 0.87 | 0.71 |
| Hex | F5 | 73 | 8B | 0 | 35 | 2B | 4 | 15D | 57 | 47 |
| Octal | 365 | 163 | 213 | 0 | 65 | 53 | 4 | 535 | 127 | 107 |
| Binary | 11110101 | 1110011 | 10001011 | 0 | 110101 | 101011 | 100 | 101011101 | 1010111 | 1000111 |
Color Harmonies of #F5738B
Complementary color
Monochromatic Colors of #F5738B
Black with #F5738B
Text Example
Text Example
White with #F5738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5738B; }
p { color: rgb(245,115,139); }
H1.HeaderClassName
{
color: #F5738B;
}
.AnyTagClassName
{
color: #F5738B;
}
</style>
background-color css
<style>
a { background-color: #F5738B; }
a { background-color: rgb(245,115,139); }
div.DivClassName
{
background-color: #F5738B;
}
.BgClassName
{
background-color: #F5738B;
}
</style>
border-color css
<style>
span { border-color: #F5738B; }
span { border-color: rgb(245,115,139); }
td.TdClassName
{
border-color: #F5738B;
}
.TagClassName
{
border-color: #F5738B;
}
</style>