Shades of Milan #F7FA90
Tints of Milan #F7FA90
RGB
CMYK
RGB Variations
Color information
#F7FA90 (or 0xF7FA90) is known color: Milan. HEX triplet: F7, FA and 90. RGB value is (247,250,144). Sum of RGB (Red+Green+Blue) = 247+250+144=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 144 (56.64% from 255 or 22.46% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FA90 is #08056F. Grayscale: #EDEDED. Windows color (decimal): -525680 or 9501431. OLE color: 9501431.
HSL color Cylindrical-coordinate representation of color #F7FA90: hue angle of 61.7º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7FA90 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 144 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.02 |
| HSL | 61.7º | 0.91% | 0.77% | - |
| HSV(B) | 61.7º | 0.42% | 0.98% | - |
| XYZ | 77.58 | 90.16 | 39.7 | - |
| YUV | 237.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 144 | 0.01 | 0 | 0.42 | 0.02 | 61.7 | 0.91 | 0.77 |
| Hex | F7 | FA | 90 | 1 | 0 | 2A | 2 | 3E | 5B | 4D |
| Octal | 367 | 372 | 220 | 1 | 0 | 52 | 2 | 76 | 133 | 115 |
| Binary | 11110111 | 11111010 | 10010000 | 1 | 0 | 101010 | 10 | 111110 | 1011011 | 1001101 |
Color Harmonies of #F7FA90
Complementary color
Monochromatic Colors of #F7FA90
Black with #F7FA90
Text Example
Text Example
White with #F7FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA90; }
p { color: rgb(247,250,144); }
H1.HeaderClassName
{
color: #F7FA90;
}
.AnyTagClassName
{
color: #F7FA90;
}
</style>
background-color css
<style>
a { background-color: #F7FA90; }
a { background-color: rgb(247,250,144); }
div.DivClassName
{
background-color: #F7FA90;
}
.BgClassName
{
background-color: #F7FA90;
}
</style>
border-color css
<style>
span { border-color: #F7FA90; }
span { border-color: rgb(247,250,144); }
td.TdClassName
{
border-color: #F7FA90;
}
.TagClassName
{
border-color: #F7FA90;
}
</style>