Shades of Deep Blush #F46D8D
Tints of Deep Blush #F46D8D
RGB
CMYK
RGB Variations
Color information
#F46D8D (or 0xF46D8D) is known color: Deep Blush. HEX triplet: F4, 6D and 8D. RGB value is (244,109,141). Sum of RGB (Red+Green+Blue) = 244+109+141=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46D8D is #0B9272. Grayscale: #999999. Windows color (decimal): -758387 or 9268724. OLE color: 9268724.
HSL color Cylindrical-coordinate representation of color #F46D8D: hue angle of 345.78º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46D8D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 141 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.04 |
| HSL | 345.78º | 0.86% | 0.69% | - |
| HSV(B) | 345.78º | 0.55% | 0.96% | - |
| XYZ | 47.58 | 32.09 | 28.89 | - |
| YUV | 153.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 141 | 0 | 0.55 | 0.42 | 0.04 | 345.78 | 0.86 | 0.69 |
| Hex | F4 | 6D | 8D | 0 | 37 | 2A | 4 | 15A | 56 | 45 |
| Octal | 364 | 155 | 215 | 0 | 67 | 52 | 4 | 532 | 126 | 105 |
| Binary | 11110100 | 1101101 | 10001101 | 0 | 110111 | 101010 | 100 | 101011010 | 1010110 | 1000101 |
Color Harmonies of #F46D8D
Complementary color
Monochromatic Colors of #F46D8D
Black with #F46D8D
Text Example
Text Example
White with #F46D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46D8D; }
p { color: rgb(244,109,141); }
H1.HeaderClassName
{
color: #F46D8D;
}
.AnyTagClassName
{
color: #F46D8D;
}
</style>
background-color css
<style>
a { background-color: #F46D8D; }
a { background-color: rgb(244,109,141); }
div.DivClassName
{
background-color: #F46D8D;
}
.BgClassName
{
background-color: #F46D8D;
}
</style>
border-color css
<style>
span { border-color: #F46D8D; }
span { border-color: rgb(244,109,141); }
td.TdClassName
{
border-color: #F46D8D;
}
.TagClassName
{
border-color: #F46D8D;
}
</style>