Shades of Deep Blush #F4718E
Tints of Deep Blush #F4718E
RGB
CMYK
RGB Variations
Color information
#F4718E (or 0xF4718E) is known color: Deep Blush. HEX triplet: F4, 71 and 8E. RGB value is (244,113,142). Sum of RGB (Red+Green+Blue) = 244+113+142=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4718E is #0B8E71. Grayscale: #9B9B9B. Windows color (decimal): -757362 or 9335284. OLE color: 9335284.
HSL color Cylindrical-coordinate representation of color #F4718E: hue angle of 346.72º 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 #F4718E is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 142 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.04 |
| HSL | 346.72º | 0.86% | 0.7% | - |
| HSV(B) | 346.72º | 0.54% | 0.96% | - |
| XYZ | 48.1 | 33 | 29.43 | - |
| YUV | 155.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 142 | 0 | 0.54 | 0.42 | 0.04 | 346.72 | 0.86 | 0.7 |
| Hex | F4 | 71 | 8E | 0 | 36 | 2A | 4 | 15B | 56 | 46 |
| Octal | 364 | 161 | 216 | 0 | 66 | 52 | 4 | 533 | 126 | 106 |
| Binary | 11110100 | 1110001 | 10001110 | 0 | 110110 | 101010 | 100 | 101011011 | 1010110 | 1000110 |
Color Harmonies of #F4718E
Complementary color
Monochromatic Colors of #F4718E
Black with #F4718E
Text Example
Text Example
White with #F4718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4718E; }
p { color: rgb(244,113,142); }
H1.HeaderClassName
{
color: #F4718E;
}
.AnyTagClassName
{
color: #F4718E;
}
</style>
background-color css
<style>
a { background-color: #F4718E; }
a { background-color: rgb(244,113,142); }
div.DivClassName
{
background-color: #F4718E;
}
.BgClassName
{
background-color: #F4718E;
}
</style>
border-color css
<style>
span { border-color: #F4718E; }
span { border-color: rgb(244,113,142); }
td.TdClassName
{
border-color: #F4718E;
}
.TagClassName
{
border-color: #F4718E;
}
</style>