Shades of Deep Blush #F4708D
Tints of Deep Blush #F4708D
RGB
CMYK
RGB Variations
Color information
#F4708D (or 0xF4708D) is known color: Deep Blush. HEX triplet: F4, 70 and 8D. RGB value is (244,112,141). Sum of RGB (Red+Green+Blue) = 244+112+141=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F4708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4708D is #0B8F72. Grayscale: #9A9A9A. Windows color (decimal): -757619 or 9269492. OLE color: 9269492.
HSL color Cylindrical-coordinate representation of color #F4708D: hue angle of 346.82º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4708D is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 141 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.04 |
| HSL | 346.82º | 0.86% | 0.7% | - |
| HSV(B) | 346.82º | 0.54% | 0.96% | - |
| XYZ | 47.91 | 32.74 | 28.99 | - |
| YUV | 154.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 141 | 0 | 0.54 | 0.42 | 0.04 | 346.82 | 0.86 | 0.7 |
| Hex | F4 | 70 | 8D | 0 | 36 | 2A | 4 | 15B | 56 | 46 |
| Octal | 364 | 160 | 215 | 0 | 66 | 52 | 4 | 533 | 126 | 106 |
| Binary | 11110100 | 1110000 | 10001101 | 0 | 110110 | 101010 | 100 | 101011011 | 1010110 | 1000110 |
Color Harmonies of #F4708D
Complementary color
Monochromatic Colors of #F4708D
Black with #F4708D
Text Example
Text Example
White with #F4708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4708D; }
p { color: rgb(244,112,141); }
H1.HeaderClassName
{
color: #F4708D;
}
.AnyTagClassName
{
color: #F4708D;
}
</style>
background-color css
<style>
a { background-color: #F4708D; }
a { background-color: rgb(244,112,141); }
div.DivClassName
{
background-color: #F4708D;
}
.BgClassName
{
background-color: #F4708D;
}
</style>
border-color css
<style>
span { border-color: #F4708D; }
span { border-color: rgb(244,112,141); }
td.TdClassName
{
border-color: #F4708D;
}
.TagClassName
{
border-color: #F4708D;
}
</style>