Shades of Milan #F6F293
Tints of Milan #F6F293
RGB
CMYK
RGB Variations
Color information
#F6F293 (or 0xF6F293) is known color: Milan. HEX triplet: F6, F2 and 93. RGB value is (246,242,147). Sum of RGB (Red+Green+Blue) = 246+242+147=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 147 (57.81% from 255 or 23.15% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F293 is #090D6C. Grayscale: #E8E8E8. Windows color (decimal): -593261 or 9695990. OLE color: 9695990.
HSL color Cylindrical-coordinate representation of color #F6F293: hue angle of 57.58º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6F293 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 147 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.04 |
| HSL | 57.58º | 0.85% | 0.77% | - |
| HSV(B) | 57.58º | 0.4% | 0.96% | - |
| XYZ | 75.02 | 85.2 | 40.1 | - |
| YUV | 232.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 147 | 0 | 0.02 | 0.40 | 0.04 | 57.58 | 0.85 | 0.77 |
| Hex | F6 | F2 | 93 | 0 | 2 | 28 | 4 | 3A | 55 | 4D |
| Octal | 366 | 362 | 223 | 0 | 2 | 50 | 4 | 72 | 125 | 115 |
| Binary | 11110110 | 11110010 | 10010011 | 0 | 10 | 101000 | 100 | 111010 | 1010101 | 1001101 |
Color Harmonies of #F6F293
Complementary color
Monochromatic Colors of #F6F293
Black with #F6F293
Text Example
Text Example
White with #F6F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F293; }
p { color: rgb(246,242,147); }
H1.HeaderClassName
{
color: #F6F293;
}
.AnyTagClassName
{
color: #F6F293;
}
</style>
background-color css
<style>
a { background-color: #F6F293; }
a { background-color: rgb(246,242,147); }
div.DivClassName
{
background-color: #F6F293;
}
.BgClassName
{
background-color: #F6F293;
}
</style>
border-color css
<style>
span { border-color: #F6F293; }
span { border-color: rgb(246,242,147); }
td.TdClassName
{
border-color: #F6F293;
}
.TagClassName
{
border-color: #F6F293;
}
</style>