Shades of Deep Blush #F46E8C
Tints of Deep Blush #F46E8C
RGB
CMYK
RGB Variations
Color information
#F46E8C (or 0xF46E8C) is known color: Deep Blush. HEX triplet: F4, 6E and 8C. RGB value is (244,110,140). Sum of RGB (Red+Green+Blue) = 244+110+140=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F46E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46E8C is #0B9173. Grayscale: #999999. Windows color (decimal): -758132 or 9203444. OLE color: 9203444.
HSL color Cylindrical-coordinate representation of color #F46E8C: hue angle of 346.57º 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 #F46E8C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 110 | 140 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.04 |
| HSL | 346.57º | 0.86% | 0.69% | - |
| HSV(B) | 346.57º | 0.55% | 0.96% | - |
| XYZ | 47.62 | 32.28 | 28.53 | - |
| YUV | 153.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 110 | 140 | 0 | 0.55 | 0.43 | 0.04 | 346.57 | 0.86 | 0.69 |
| Hex | F4 | 6E | 8C | 0 | 37 | 2B | 4 | 15B | 56 | 45 |
| Octal | 364 | 156 | 214 | 0 | 67 | 53 | 4 | 533 | 126 | 105 |
| Binary | 11110100 | 1101110 | 10001100 | 0 | 110111 | 101011 | 100 | 101011011 | 1010110 | 1000101 |
Color Harmonies of #F46E8C
Complementary color
Monochromatic Colors of #F46E8C
Black with #F46E8C
Text Example
Text Example
White with #F46E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46E8C; }
p { color: rgb(244,110,140); }
H1.HeaderClassName
{
color: #F46E8C;
}
.AnyTagClassName
{
color: #F46E8C;
}
</style>
background-color css
<style>
a { background-color: #F46E8C; }
a { background-color: rgb(244,110,140); }
div.DivClassName
{
background-color: #F46E8C;
}
.BgClassName
{
background-color: #F46E8C;
}
</style>
border-color css
<style>
span { border-color: #F46E8C; }
span { border-color: rgb(244,110,140); }
td.TdClassName
{
border-color: #F46E8C;
}
.TagClassName
{
border-color: #F46E8C;
}
</style>