Shades of Tidal #F1F284
Tints of Tidal #F1F284
RGB
CMYK
RGB Variations
Color information
#F1F284 (or 0xF1F284) is known color: Tidal. HEX triplet: F1, F2 and 84. RGB value is (241,242,132). Sum of RGB (Red+Green+Blue) = 241+242+132=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F284 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F284 is #0E0D7B. Grayscale: #E5E5E5. Windows color (decimal): -920956 or 8712945. OLE color: 8712945.
HSL color Cylindrical-coordinate representation of color #F1F284: hue angle of 60.55º degrees, saturation: 0.81, 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 #F1F284 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 132 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.05 |
| HSL | 60.55º | 0.81% | 0.73% | - |
| HSV(B) | 60.55º | 0.45% | 0.95% | - |
| XYZ | 72.19 | 83.87 | 34.21 | - |
| YUV | 229.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 132 | 0.00 | 0 | 0.45 | 0.05 | 60.55 | 0.81 | 0.73 |
| Hex | F1 | F2 | 84 | 0 | 0 | 2D | 5 | 3D | 51 | 49 |
| Octal | 361 | 362 | 204 | 0 | 0 | 55 | 5 | 75 | 121 | 111 |
| Binary | 11110001 | 11110010 | 10000100 | 0 | 0 | 101101 | 101 | 111101 | 1010001 | 1001001 |
Color Harmonies of #F1F284
Complementary color
Monochromatic Colors of #F1F284
Black with #F1F284
Text Example
Text Example
White with #F1F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F284; }
p { color: rgb(241,242,132); }
H1.HeaderClassName
{
color: #F1F284;
}
.AnyTagClassName
{
color: #F1F284;
}
</style>
background-color css
<style>
a { background-color: #F1F284; }
a { background-color: rgb(241,242,132); }
div.DivClassName
{
background-color: #F1F284;
}
.BgClassName
{
background-color: #F1F284;
}
</style>
border-color css
<style>
span { border-color: #F1F284; }
span { border-color: rgb(241,242,132); }
td.TdClassName
{
border-color: #F1F284;
}
.TagClassName
{
border-color: #F1F284;
}
</style>