Shades of Deep Blush #F66F90
Tints of Deep Blush #F66F90
RGB
CMYK
RGB Variations
Color information
#F66F90 (or 0xF66F90) is known color: Deep Blush. HEX triplet: F6, 6F and 90. RGB value is (246,111,144). Sum of RGB (Red+Green+Blue) = 246+111+144=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66F90 is #09906F. Grayscale: #9B9B9B. Windows color (decimal): -626800 or 9465846. OLE color: 9465846.
HSL color Cylindrical-coordinate representation of color #F66F90: hue angle of 345.33º degrees, saturation: 0.88, 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 #F66F90 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 144 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.04 |
| HSL | 345.33º | 0.88% | 0.7% | - |
| HSV(B) | 345.33º | 0.55% | 0.96% | - |
| XYZ | 48.72 | 32.98 | 30.18 | - |
| YUV | 155.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 144 | 0 | 0.55 | 0.41 | 0.04 | 345.33 | 0.88 | 0.7 |
| Hex | F6 | 6F | 90 | 0 | 37 | 29 | 4 | 159 | 58 | 46 |
| Octal | 366 | 157 | 220 | 0 | 67 | 51 | 4 | 531 | 130 | 106 |
| Binary | 11110110 | 1101111 | 10010000 | 0 | 110111 | 101001 | 100 | 101011001 | 1011000 | 1000110 |
Color Harmonies of #F66F90
Complementary color
Monochromatic Colors of #F66F90
Black with #F66F90
Text Example
Text Example
White with #F66F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F90; }
p { color: rgb(246,111,144); }
H1.HeaderClassName
{
color: #F66F90;
}
.AnyTagClassName
{
color: #F66F90;
}
</style>
background-color css
<style>
a { background-color: #F66F90; }
a { background-color: rgb(246,111,144); }
div.DivClassName
{
background-color: #F66F90;
}
.BgClassName
{
background-color: #F66F90;
}
</style>
border-color css
<style>
span { border-color: #F66F90; }
span { border-color: rgb(246,111,144); }
td.TdClassName
{
border-color: #F66F90;
}
.TagClassName
{
border-color: #F66F90;
}
</style>