Shades of Deep Blush #F66D90
Tints of Deep Blush #F66D90
RGB
CMYK
RGB Variations
Color information
#F66D90 (or 0xF66D90) is known color: Deep Blush. HEX triplet: F6, 6D and 90. RGB value is (246,109,144). Sum of RGB (Red+Green+Blue) = 246+109+144=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66D90 is #09926F. Grayscale: #999999. Windows color (decimal): -627312 or 9465334. OLE color: 9465334.
HSL color Cylindrical-coordinate representation of color #F66D90: hue angle of 344.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66D90 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 144 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.04 |
| HSL | 344.67º | 0.88% | 0.7% | - |
| HSV(B) | 344.67º | 0.56% | 0.96% | - |
| XYZ | 48.51 | 32.54 | 30.11 | - |
| YUV | 153.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 144 | 0 | 0.56 | 0.41 | 0.04 | 344.67 | 0.88 | 0.7 |
| Hex | F6 | 6D | 90 | 0 | 38 | 29 | 4 | 159 | 58 | 46 |
| Octal | 366 | 155 | 220 | 0 | 70 | 51 | 4 | 531 | 130 | 106 |
| Binary | 11110110 | 1101101 | 10010000 | 0 | 111000 | 101001 | 100 | 101011001 | 1011000 | 1000110 |
Color Harmonies of #F66D90
Complementary color
Monochromatic Colors of #F66D90
Black with #F66D90
Text Example
Text Example
White with #F66D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D90; }
p { color: rgb(246,109,144); }
H1.HeaderClassName
{
color: #F66D90;
}
.AnyTagClassName
{
color: #F66D90;
}
</style>
background-color css
<style>
a { background-color: #F66D90; }
a { background-color: rgb(246,109,144); }
div.DivClassName
{
background-color: #F66D90;
}
.BgClassName
{
background-color: #F66D90;
}
</style>
border-color css
<style>
span { border-color: #F66D90; }
span { border-color: rgb(246,109,144); }
td.TdClassName
{
border-color: #F66D90;
}
.TagClassName
{
border-color: #F66D90;
}
</style>