Shades of Milan #F2F191
Tints of Milan #F2F191
RGB
CMYK
RGB Variations
Color information
#F2F191 (or 0xF2F191) is known color: Milan. HEX triplet: F2, F1 and 91. RGB value is (242,241,145). Sum of RGB (Red+Green+Blue) = 242+241+145=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 145 (57.03% from 255 or 23.09% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F191 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F191 is #0D0E6E. Grayscale: #E6E6E6. Windows color (decimal): -855663 or 9564658. OLE color: 9564658.
HSL color Cylindrical-coordinate representation of color #F2F191: hue angle of 59.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2F191 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 145 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.05 |
| HSL | 59.38º | 0.79% | 0.76% | - |
| HSV(B) | 59.38º | 0.4% | 0.95% | - |
| XYZ | 73.18 | 83.83 | 39.11 | - |
| YUV | 230.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 145 | 0 | 0.00 | 0.40 | 0.05 | 59.38 | 0.79 | 0.76 |
| Hex | F2 | F1 | 91 | 0 | 0 | 28 | 5 | 3B | 4F | 4C |
| Octal | 362 | 361 | 221 | 0 | 0 | 50 | 5 | 73 | 117 | 114 |
| Binary | 11110010 | 11110001 | 10010001 | 0 | 0 | 101000 | 101 | 111011 | 1001111 | 1001100 |
Color Harmonies of #F2F191
Complementary color
Monochromatic Colors of #F2F191
Black with #F2F191
Text Example
Text Example
White with #F2F191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F191; }
p { color: rgb(242,241,145); }
H1.HeaderClassName
{
color: #F2F191;
}
.AnyTagClassName
{
color: #F2F191;
}
</style>
background-color css
<style>
a { background-color: #F2F191; }
a { background-color: rgb(242,241,145); }
div.DivClassName
{
background-color: #F2F191;
}
.BgClassName
{
background-color: #F2F191;
}
</style>
border-color css
<style>
span { border-color: #F2F191; }
span { border-color: rgb(242,241,145); }
td.TdClassName
{
border-color: #F2F191;
}
.TagClassName
{
border-color: #F2F191;
}
</style>