Shades of Deep Blush #F46D8C
Tints of Deep Blush #F46D8C
RGB
CMYK
RGB Variations
Color information
#F46D8C (or 0xF46D8C) is known color: Deep Blush. HEX triplet: F4, 6D and 8C. RGB value is (244,109,140). Sum of RGB (Red+Green+Blue) = 244+109+140=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46D8C is #0B9273. Grayscale: #989898. Windows color (decimal): -758388 or 9203188. OLE color: 9203188.
HSL color Cylindrical-coordinate representation of color #F46D8C: hue angle of 346.22º 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 #F46D8C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 140 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.04 |
| HSL | 346.22º | 0.86% | 0.69% | - |
| HSV(B) | 346.22º | 0.55% | 0.96% | - |
| XYZ | 47.51 | 32.06 | 28.5 | - |
| YUV | 152.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 140 | 0 | 0.55 | 0.43 | 0.04 | 346.22 | 0.86 | 0.69 |
| Hex | F4 | 6D | 8C | 0 | 37 | 2B | 4 | 15A | 56 | 45 |
| Octal | 364 | 155 | 214 | 0 | 67 | 53 | 4 | 532 | 126 | 105 |
| Binary | 11110100 | 1101101 | 10001100 | 0 | 110111 | 101011 | 100 | 101011010 | 1010110 | 1000101 |
Color Harmonies of #F46D8C
Complementary color
Monochromatic Colors of #F46D8C
Black with #F46D8C
Text Example
Text Example
White with #F46D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46D8C; }
p { color: rgb(244,109,140); }
H1.HeaderClassName
{
color: #F46D8C;
}
.AnyTagClassName
{
color: #F46D8C;
}
</style>
background-color css
<style>
a { background-color: #F46D8C; }
a { background-color: rgb(244,109,140); }
div.DivClassName
{
background-color: #F46D8C;
}
.BgClassName
{
background-color: #F46D8C;
}
</style>
border-color css
<style>
span { border-color: #F46D8C; }
span { border-color: rgb(244,109,140); }
td.TdClassName
{
border-color: #F46D8C;
}
.TagClassName
{
border-color: #F46D8C;
}
</style>