Shades of Milan #F2F194
Tints of Milan #F2F194
RGB
CMYK
RGB Variations
Color information
#F2F194 (or 0xF2F194) is known color: Milan. HEX triplet: F2, F1 and 94. RGB value is (242,241,148). Sum of RGB (Red+Green+Blue) = 242+241+148=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F194 is #0D0E6B. Grayscale: #E7E7E7. Windows color (decimal): -855660 or 9761266. OLE color: 9761266.
HSL color Cylindrical-coordinate representation of color #F2F194: hue angle of 59.36º 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 #F2F194 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 148 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.05 |
| HSL | 59.36º | 0.78% | 0.76% | - |
| HSV(B) | 59.36º | 0.39% | 0.95% | - |
| XYZ | 73.42 | 83.93 | 40.35 | - |
| YUV | 230.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 148 | 0 | 0.00 | 0.39 | 0.05 | 59.36 | 0.78 | 0.76 |
| Hex | F2 | F1 | 94 | 0 | 0 | 27 | 5 | 3B | 4E | 4C |
| Octal | 362 | 361 | 224 | 0 | 0 | 47 | 5 | 73 | 116 | 114 |
| Binary | 11110010 | 11110001 | 10010100 | 0 | 0 | 100111 | 101 | 111011 | 1001110 | 1001100 |
Color Harmonies of #F2F194
Complementary color
Monochromatic Colors of #F2F194
Black with #F2F194
Text Example
Text Example
White with #F2F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F194; }
p { color: rgb(242,241,148); }
H1.HeaderClassName
{
color: #F2F194;
}
.AnyTagClassName
{
color: #F2F194;
}
</style>
background-color css
<style>
a { background-color: #F2F194; }
a { background-color: rgb(242,241,148); }
div.DivClassName
{
background-color: #F2F194;
}
.BgClassName
{
background-color: #F2F194;
}
</style>
border-color css
<style>
span { border-color: #F2F194; }
span { border-color: rgb(242,241,148); }
td.TdClassName
{
border-color: #F2F194;
}
.TagClassName
{
border-color: #F2F194;
}
</style>