Shades of Deep Blush #F4728D
Tints of Deep Blush #F4728D
RGB
CMYK
RGB Variations
Color information
#F4728D (or 0xF4728D) is known color: Deep Blush. HEX triplet: F4, 72 and 8D. RGB value is (244,114,141). Sum of RGB (Red+Green+Blue) = 244+114+141=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4728D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4728D is #0B8D72. Grayscale: #9B9B9B. Windows color (decimal): -757107 or 9270004. OLE color: 9270004.
HSL color Cylindrical-coordinate representation of color #F4728D: hue angle of 347.54º degrees, saturation: 0.86, 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 #F4728D is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 141 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.04 |
| HSL | 347.54º | 0.86% | 0.7% | - |
| HSV(B) | 347.54º | 0.53% | 0.96% | - |
| XYZ | 48.13 | 33.19 | 29.07 | - |
| YUV | 155.95 | 119.57 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 141 | 0 | 0.53 | 0.42 | 0.04 | 347.54 | 0.86 | 0.7 |
| Hex | F4 | 72 | 8D | 0 | 35 | 2A | 4 | 15C | 56 | 46 |
| Octal | 364 | 162 | 215 | 0 | 65 | 52 | 4 | 534 | 126 | 106 |
| Binary | 11110100 | 1110010 | 10001101 | 0 | 110101 | 101010 | 100 | 101011100 | 1010110 | 1000110 |
Color Harmonies of #F4728D
Complementary color
Monochromatic Colors of #F4728D
Black with #F4728D
Text Example
Text Example
White with #F4728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4728D; }
p { color: rgb(244,114,141); }
H1.HeaderClassName
{
color: #F4728D;
}
.AnyTagClassName
{
color: #F4728D;
}
</style>
background-color css
<style>
a { background-color: #F4728D; }
a { background-color: rgb(244,114,141); }
div.DivClassName
{
background-color: #F4728D;
}
.BgClassName
{
background-color: #F4728D;
}
</style>
border-color css
<style>
span { border-color: #F4728D; }
span { border-color: rgb(244,114,141); }
td.TdClassName
{
border-color: #F4728D;
}
.TagClassName
{
border-color: #F4728D;
}
</style>