Shades of Tidal #F1F085
Tints of Tidal #F1F085
RGB
CMYK
RGB Variations
Color information
#F1F085 (or 0xF1F085) is known color: Tidal. HEX triplet: F1, F0 and 85. RGB value is (241,240,133). Sum of RGB (Red+Green+Blue) = 241+240+133=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F085 is #0E0F7A. Grayscale: #E4E4E4. Windows color (decimal): -921467 or 8777969. OLE color: 8777969.
HSL color Cylindrical-coordinate representation of color #F1F085: hue angle of 59.44º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1F085 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 133 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.05 |
| HSL | 59.44º | 0.79% | 0.73% | - |
| HSV(B) | 59.44º | 0.45% | 0.95% | - |
| XYZ | 71.67 | 82.71 | 34.38 | - |
| YUV | 228.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 133 | 0 | 0.00 | 0.45 | 0.05 | 59.44 | 0.79 | 0.73 |
| Hex | F1 | F0 | 85 | 0 | 0 | 2D | 5 | 3B | 4F | 49 |
| Octal | 361 | 360 | 205 | 0 | 0 | 55 | 5 | 73 | 117 | 111 |
| Binary | 11110001 | 11110000 | 10000101 | 0 | 0 | 101101 | 101 | 111011 | 1001111 | 1001001 |
Color Harmonies of #F1F085
Complementary color
Monochromatic Colors of #F1F085
Black with #F1F085
Text Example
Text Example
White with #F1F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F085; }
p { color: rgb(241,240,133); }
H1.HeaderClassName
{
color: #F1F085;
}
.AnyTagClassName
{
color: #F1F085;
}
</style>
background-color css
<style>
a { background-color: #F1F085; }
a { background-color: rgb(241,240,133); }
div.DivClassName
{
background-color: #F1F085;
}
.BgClassName
{
background-color: #F1F085;
}
</style>
border-color css
<style>
span { border-color: #F1F085; }
span { border-color: rgb(241,240,133); }
td.TdClassName
{
border-color: #F1F085;
}
.TagClassName
{
border-color: #F1F085;
}
</style>