Shades of Deep Blush #F5728A
Tints of Deep Blush #F5728A
RGB
CMYK
RGB Variations
Color information
#F5728A (or 0xF5728A) is known color: Deep Blush. HEX triplet: F5, 72 and 8A. RGB value is (245,114,138). Sum of RGB (Red+Green+Blue) = 245+114+138=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5728A is #0A8D75. Grayscale: #9B9B9B. Windows color (decimal): -691574 or 9073397. OLE color: 9073397.
HSL color Cylindrical-coordinate representation of color #F5728A: hue angle of 349.01º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5728A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 138 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.04 |
| HSL | 349.01º | 0.87% | 0.7% | - |
| HSV(B) | 349.01º | 0.53% | 0.96% | - |
| XYZ | 48.26 | 33.28 | 27.93 | - |
| YUV | 155.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 138 | 0 | 0.53 | 0.44 | 0.04 | 349.01 | 0.87 | 0.7 |
| Hex | F5 | 72 | 8A | 0 | 35 | 2C | 4 | 15D | 57 | 46 |
| Octal | 365 | 162 | 212 | 0 | 65 | 54 | 4 | 535 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10001010 | 0 | 110101 | 101100 | 100 | 101011101 | 1010111 | 1000110 |
Color Harmonies of #F5728A
Complementary color
Monochromatic Colors of #F5728A
Black with #F5728A
Text Example
Text Example
White with #F5728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5728A; }
p { color: rgb(245,114,138); }
H1.HeaderClassName
{
color: #F5728A;
}
.AnyTagClassName
{
color: #F5728A;
}
</style>
background-color css
<style>
a { background-color: #F5728A; }
a { background-color: rgb(245,114,138); }
div.DivClassName
{
background-color: #F5728A;
}
.BgClassName
{
background-color: #F5728A;
}
</style>
border-color css
<style>
span { border-color: #F5728A; }
span { border-color: rgb(245,114,138); }
td.TdClassName
{
border-color: #F5728A;
}
.TagClassName
{
border-color: #F5728A;
}
</style>