Shades of Deep Blush #F0728F
Tints of Deep Blush #F0728F
RGB
CMYK
RGB Variations
Color information
#F0728F (or 0xF0728F) is known color: Deep Blush. HEX triplet: F0, 72 and 8F. RGB value is (240,114,143). Sum of RGB (Red+Green+Blue) = 240+114+143=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0728F is #0F8D70. Grayscale: #9A9A9A. Windows color (decimal): -1019249 or 9401072. OLE color: 9401072.
HSL color Cylindrical-coordinate representation of color #F0728F: hue angle of 346.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0728F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 143 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.06 |
| HSL | 346.19º | 0.81% | 0.69% | - |
| HSV(B) | 346.19º | 0.53% | 0.94% | - |
| XYZ | 46.91 | 32.54 | 29.8 | - |
| YUV | 154.98 | 121.24 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 143 | 0 | 0.52 | 0.40 | 0.06 | 346.19 | 0.81 | 0.69 |
| Hex | F0 | 72 | 8F | 0 | 34 | 28 | 6 | 15A | 51 | 45 |
| Octal | 360 | 162 | 217 | 0 | 64 | 50 | 6 | 532 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10001111 | 0 | 110100 | 101000 | 110 | 101011010 | 1010001 | 1000101 |
Color Harmonies of #F0728F
Complementary color
Monochromatic Colors of #F0728F
Black with #F0728F
Text Example
Text Example
White with #F0728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0728F; }
p { color: rgb(240,114,143); }
H1.HeaderClassName
{
color: #F0728F;
}
.AnyTagClassName
{
color: #F0728F;
}
</style>
background-color css
<style>
a { background-color: #F0728F; }
a { background-color: rgb(240,114,143); }
div.DivClassName
{
background-color: #F0728F;
}
.BgClassName
{
background-color: #F0728F;
}
</style>
border-color css
<style>
span { border-color: #F0728F; }
span { border-color: rgb(240,114,143); }
td.TdClassName
{
border-color: #F0728F;
}
.TagClassName
{
border-color: #F0728F;
}
</style>