Shades of Milan #F2F094
Tints of Milan #F2F094
RGB
CMYK
RGB Variations
Color information
#F2F094 (or 0xF2F094) is known color: Milan. HEX triplet: F2, F0 and 94. RGB value is (242,240,148). Sum of RGB (Red+Green+Blue) = 242+240+148=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 148 (58.20% from 255 or 23.49% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F094 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F094 is #0D0F6B. Grayscale: #E6E6E6. Windows color (decimal): -855916 or 9761010. OLE color: 9761010.
HSL color Cylindrical-coordinate representation of color #F2F094: hue angle of 58.72º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2F094 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 148 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.05 |
| HSL | 58.72º | 0.78% | 0.76% | - |
| HSV(B) | 58.72º | 0.39% | 0.95% | - |
| XYZ | 73.12 | 83.34 | 40.25 | - |
| YUV | 230.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 148 | 0 | 0.01 | 0.39 | 0.05 | 58.72 | 0.78 | 0.76 |
| Hex | F2 | F0 | 94 | 0 | 1 | 27 | 5 | 3B | 4E | 4C |
| Octal | 362 | 360 | 224 | 0 | 1 | 47 | 5 | 73 | 116 | 114 |
| Binary | 11110010 | 11110000 | 10010100 | 0 | 1 | 100111 | 101 | 111011 | 1001110 | 1001100 |
Color Harmonies of #F2F094
Complementary color
Monochromatic Colors of #F2F094
Black with #F2F094
Text Example
Text Example
White with #F2F094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F094; }
p { color: rgb(242,240,148); }
H1.HeaderClassName
{
color: #F2F094;
}
.AnyTagClassName
{
color: #F2F094;
}
</style>
background-color css
<style>
a { background-color: #F2F094; }
a { background-color: rgb(242,240,148); }
div.DivClassName
{
background-color: #F2F094;
}
.BgClassName
{
background-color: #F2F094;
}
</style>
border-color css
<style>
span { border-color: #F2F094; }
span { border-color: rgb(242,240,148); }
td.TdClassName
{
border-color: #F2F094;
}
.TagClassName
{
border-color: #F2F094;
}
</style>