Shades of Deep Blush #F46D8A
Tints of Deep Blush #F46D8A
RGB
CMYK
RGB Variations
Color information
#F46D8A (or 0xF46D8A) is known color: Deep Blush. HEX triplet: F4, 6D and 8A. RGB value is (244,109,138). Sum of RGB (Red+Green+Blue) = 244+109+138=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46D8A is #0B9275. Grayscale: #989898. Windows color (decimal): -758390 or 9072116. OLE color: 9072116.
HSL color Cylindrical-coordinate representation of color #F46D8A: hue angle of 347.11º 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 #F46D8A is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 138 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.04 |
| HSL | 347.11º | 0.86% | 0.69% | - |
| HSV(B) | 347.11º | 0.55% | 0.96% | - |
| XYZ | 47.36 | 32.01 | 27.73 | - |
| YUV | 152.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 138 | 0 | 0.55 | 0.43 | 0.04 | 347.11 | 0.86 | 0.69 |
| Hex | F4 | 6D | 8A | 0 | 37 | 2B | 4 | 15B | 56 | 45 |
| Octal | 364 | 155 | 212 | 0 | 67 | 53 | 4 | 533 | 126 | 105 |
| Binary | 11110100 | 1101101 | 10001010 | 0 | 110111 | 101011 | 100 | 101011011 | 1010110 | 1000101 |
Color Harmonies of #F46D8A
Complementary color
Monochromatic Colors of #F46D8A
Black with #F46D8A
Text Example
Text Example
White with #F46D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46D8A; }
p { color: rgb(244,109,138); }
H1.HeaderClassName
{
color: #F46D8A;
}
.AnyTagClassName
{
color: #F46D8A;
}
</style>
background-color css
<style>
a { background-color: #F46D8A; }
a { background-color: rgb(244,109,138); }
div.DivClassName
{
background-color: #F46D8A;
}
.BgClassName
{
background-color: #F46D8A;
}
</style>
border-color css
<style>
span { border-color: #F46D8A; }
span { border-color: rgb(244,109,138); }
td.TdClassName
{
border-color: #F46D8A;
}
.TagClassName
{
border-color: #F46D8A;
}
</style>