Shades of Deep Blush #F5728F
Tints of Deep Blush #F5728F
RGB
CMYK
RGB Variations
Color information
#F5728F (or 0xF5728F) is known color: Deep Blush. HEX triplet: F5, 72 and 8F. RGB value is (245,114,143). Sum of RGB (Red+Green+Blue) = 245+114+143=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5728F is #0A8D70. Grayscale: #9C9C9C. Windows color (decimal): -691569 or 9401077. OLE color: 9401077.
HSL color Cylindrical-coordinate representation of color #F5728F: hue angle of 346.72º 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 #F5728F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 143 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.04 |
| HSL | 346.72º | 0.87% | 0.7% | - |
| HSV(B) | 346.72º | 0.53% | 0.96% | - |
| XYZ | 48.63 | 33.43 | 29.88 | - |
| YUV | 156.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 143 | 0 | 0.53 | 0.42 | 0.04 | 346.72 | 0.87 | 0.7 |
| Hex | F5 | 72 | 8F | 0 | 35 | 2A | 4 | 15B | 57 | 46 |
| Octal | 365 | 162 | 217 | 0 | 65 | 52 | 4 | 533 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10001111 | 0 | 110101 | 101010 | 100 | 101011011 | 1010111 | 1000110 |
Color Harmonies of #F5728F
Complementary color
Monochromatic Colors of #F5728F
Black with #F5728F
Text Example
Text Example
White with #F5728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5728F; }
p { color: rgb(245,114,143); }
H1.HeaderClassName
{
color: #F5728F;
}
.AnyTagClassName
{
color: #F5728F;
}
</style>
background-color css
<style>
a { background-color: #F5728F; }
a { background-color: rgb(245,114,143); }
div.DivClassName
{
background-color: #F5728F;
}
.BgClassName
{
background-color: #F5728F;
}
</style>
border-color css
<style>
span { border-color: #F5728F; }
span { border-color: rgb(245,114,143); }
td.TdClassName
{
border-color: #F5728F;
}
.TagClassName
{
border-color: #F5728F;
}
</style>