Shades of Tidal #F1F283
Tints of Tidal #F1F283
RGB
CMYK
RGB Variations
Color information
#F1F283 (or 0xF1F283) is known color: Tidal. HEX triplet: F1, F2 and 83. RGB value is (241,242,131). Sum of RGB (Red+Green+Blue) = 241+242+131=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 131 (51.56% from 255 or 21.34% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F283 is #0E0D7C. Grayscale: #E5E5E5. Windows color (decimal): -920957 or 8647409. OLE color: 8647409.
HSL color Cylindrical-coordinate representation of color #F1F283: hue angle of 60.54º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1F283 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 131 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.05 |
| HSL | 60.54º | 0.81% | 0.73% | - |
| HSV(B) | 60.54º | 0.46% | 0.95% | - |
| XYZ | 72.12 | 83.84 | 33.85 | - |
| YUV | 229.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 131 | 0.00 | 0 | 0.46 | 0.05 | 60.54 | 0.81 | 0.73 |
| Hex | F1 | F2 | 83 | 0 | 0 | 2E | 5 | 3D | 51 | 49 |
| Octal | 361 | 362 | 203 | 0 | 0 | 56 | 5 | 75 | 121 | 111 |
| Binary | 11110001 | 11110010 | 10000011 | 0 | 0 | 101110 | 101 | 111101 | 1010001 | 1001001 |
Color Harmonies of #F1F283
Complementary color
Monochromatic Colors of #F1F283
Black with #F1F283
Text Example
Text Example
White with #F1F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F283; }
p { color: rgb(241,242,131); }
H1.HeaderClassName
{
color: #F1F283;
}
.AnyTagClassName
{
color: #F1F283;
}
</style>
background-color css
<style>
a { background-color: #F1F283; }
a { background-color: rgb(241,242,131); }
div.DivClassName
{
background-color: #F1F283;
}
.BgClassName
{
background-color: #F1F283;
}
</style>
border-color css
<style>
span { border-color: #F1F283; }
span { border-color: rgb(241,242,131); }
td.TdClassName
{
border-color: #F1F283;
}
.TagClassName
{
border-color: #F1F283;
}
</style>