Shades of Deep Blush #F46F90
Tints of Deep Blush #F46F90
RGB
CMYK
RGB Variations
Color information
#F46F90 (or 0xF46F90) is known color: Deep Blush. HEX triplet: F4, 6F and 90. RGB value is (244,111,144). Sum of RGB (Red+Green+Blue) = 244+111+144=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46F90 is #0B906F. Grayscale: #9A9A9A. Windows color (decimal): -757872 or 9465844. OLE color: 9465844.
HSL color Cylindrical-coordinate representation of color #F46F90: hue angle of 345.11º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46F90 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 111 | 144 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.04 |
| HSL | 345.11º | 0.86% | 0.7% | - |
| HSV(B) | 345.11º | 0.55% | 0.96% | - |
| XYZ | 48.03 | 32.62 | 30.15 | - |
| YUV | 154.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 111 | 144 | 0 | 0.55 | 0.41 | 0.04 | 345.11 | 0.86 | 0.7 |
| Hex | F4 | 6F | 90 | 0 | 37 | 29 | 4 | 159 | 56 | 46 |
| Octal | 364 | 157 | 220 | 0 | 67 | 51 | 4 | 531 | 126 | 106 |
| Binary | 11110100 | 1101111 | 10010000 | 0 | 110111 | 101001 | 100 | 101011001 | 1010110 | 1000110 |
Color Harmonies of #F46F90
Complementary color
Monochromatic Colors of #F46F90
Black with #F46F90
Text Example
Text Example
White with #F46F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46F90; }
p { color: rgb(244,111,144); }
H1.HeaderClassName
{
color: #F46F90;
}
.AnyTagClassName
{
color: #F46F90;
}
</style>
background-color css
<style>
a { background-color: #F46F90; }
a { background-color: rgb(244,111,144); }
div.DivClassName
{
background-color: #F46F90;
}
.BgClassName
{
background-color: #F46F90;
}
</style>
border-color css
<style>
span { border-color: #F46F90; }
span { border-color: rgb(244,111,144); }
td.TdClassName
{
border-color: #F46F90;
}
.TagClassName
{
border-color: #F46F90;
}
</style>