Shades of Tidal #F1F285
Tints of Tidal #F1F285
RGB
CMYK
RGB Variations
Color information
#F1F285 (or 0xF1F285) is known color: Tidal. HEX triplet: F1, F2 and 85. RGB value is (241,242,133). Sum of RGB (Red+Green+Blue) = 241+242+133=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F285 is #0E0D7A. Grayscale: #E5E5E5. Windows color (decimal): -920955 or 8778481. OLE color: 8778481.
HSL color Cylindrical-coordinate representation of color #F1F285: hue angle of 60.55º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1F285 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 133 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.05 |
| HSL | 60.55º | 0.81% | 0.74% | - |
| HSV(B) | 60.55º | 0.45% | 0.95% | - |
| XYZ | 72.26 | 83.9 | 34.58 | - |
| YUV | 229.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 133 | 0.00 | 0 | 0.45 | 0.05 | 60.55 | 0.81 | 0.74 |
| Hex | F1 | F2 | 85 | 0 | 0 | 2D | 5 | 3D | 51 | 4A |
| Octal | 361 | 362 | 205 | 0 | 0 | 55 | 5 | 75 | 121 | 112 |
| Binary | 11110001 | 11110010 | 10000101 | 0 | 0 | 101101 | 101 | 111101 | 1010001 | 1001010 |
Color Harmonies of #F1F285
Complementary color
Monochromatic Colors of #F1F285
Black with #F1F285
Text Example
Text Example
White with #F1F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F285; }
p { color: rgb(241,242,133); }
H1.HeaderClassName
{
color: #F1F285;
}
.AnyTagClassName
{
color: #F1F285;
}
</style>
background-color css
<style>
a { background-color: #F1F285; }
a { background-color: rgb(241,242,133); }
div.DivClassName
{
background-color: #F1F285;
}
.BgClassName
{
background-color: #F1F285;
}
</style>
border-color css
<style>
span { border-color: #F1F285; }
span { border-color: rgb(241,242,133); }
td.TdClassName
{
border-color: #F1F285;
}
.TagClassName
{
border-color: #F1F285;
}
</style>