Shades of Portafino #F1F097
Tints of Portafino #F1F097
RGB
CMYK
RGB Variations
Color information
#F1F097 (or 0xF1F097) is known color: Portafino. HEX triplet: F1, F0 and 97. RGB value is (241,240,151). Sum of RGB (Red+Green+Blue) = 241+240+151=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 151 (59.38% from 255 or 23.89% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F097 is #0E0F68. Grayscale: #E6E6E6. Windows color (decimal): -921449 or 9957617. OLE color: 9957617.
HSL color Cylindrical-coordinate representation of color #F1F097: hue angle of 59.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1F097 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 151 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.05 |
| HSL | 59.33º | 0.76% | 0.77% | - |
| HSV(B) | 59.33º | 0.37% | 0.95% | - |
| XYZ | 73.02 | 83.26 | 41.5 | - |
| YUV | 230.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 151 | 0 | 0.00 | 0.37 | 0.05 | 59.33 | 0.76 | 0.77 |
| Hex | F1 | F0 | 97 | 0 | 0 | 25 | 5 | 3B | 4C | 4D |
| Octal | 361 | 360 | 227 | 0 | 0 | 45 | 5 | 73 | 114 | 115 |
| Binary | 11110001 | 11110000 | 10010111 | 0 | 0 | 100101 | 101 | 111011 | 1001100 | 1001101 |
Color Harmonies of #F1F097
Complementary color
Monochromatic Colors of #F1F097
Black with #F1F097
Text Example
Text Example
White with #F1F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F097; }
p { color: rgb(241,240,151); }
H1.HeaderClassName
{
color: #F1F097;
}
.AnyTagClassName
{
color: #F1F097;
}
</style>
background-color css
<style>
a { background-color: #F1F097; }
a { background-color: rgb(241,240,151); }
div.DivClassName
{
background-color: #F1F097;
}
.BgClassName
{
background-color: #F1F097;
}
</style>
border-color css
<style>
span { border-color: #F1F097; }
span { border-color: rgb(241,240,151); }
td.TdClassName
{
border-color: #F1F097;
}
.TagClassName
{
border-color: #F1F097;
}
</style>