Shades of Deep Blush #F46D90
Tints of Deep Blush #F46D90
RGB
CMYK
RGB Variations
Color information
#F46D90 (or 0xF46D90) is known color: Deep Blush. HEX triplet: F4, 6D and 90. RGB value is (244,109,144). Sum of RGB (Red+Green+Blue) = 244+109+144=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46D90 is #0B926F. Grayscale: #999999. Windows color (decimal): -758384 or 9465332. OLE color: 9465332.
HSL color Cylindrical-coordinate representation of color #F46D90: hue angle of 344.44º 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 #F46D90 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 144 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.04 |
| HSL | 344.44º | 0.86% | 0.69% | - |
| HSV(B) | 344.44º | 0.55% | 0.96% | - |
| XYZ | 47.81 | 32.18 | 30.08 | - |
| YUV | 153.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 144 | 0 | 0.55 | 0.41 | 0.04 | 344.44 | 0.86 | 0.69 |
| Hex | F4 | 6D | 90 | 0 | 37 | 29 | 4 | 158 | 56 | 45 |
| Octal | 364 | 155 | 220 | 0 | 67 | 51 | 4 | 530 | 126 | 105 |
| Binary | 11110100 | 1101101 | 10010000 | 0 | 110111 | 101001 | 100 | 101011000 | 1010110 | 1000101 |
Color Harmonies of #F46D90
Complementary color
Monochromatic Colors of #F46D90
Black with #F46D90
Text Example
Text Example
White with #F46D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46D90; }
p { color: rgb(244,109,144); }
H1.HeaderClassName
{
color: #F46D90;
}
.AnyTagClassName
{
color: #F46D90;
}
</style>
background-color css
<style>
a { background-color: #F46D90; }
a { background-color: rgb(244,109,144); }
div.DivClassName
{
background-color: #F46D90;
}
.BgClassName
{
background-color: #F46D90;
}
</style>
border-color css
<style>
span { border-color: #F46D90; }
span { border-color: rgb(244,109,144); }
td.TdClassName
{
border-color: #F46D90;
}
.TagClassName
{
border-color: #F46D90;
}
</style>