Shades of Tidal #F1F288
Tints of Tidal #F1F288
RGB
CMYK
RGB Variations
Color information
#F1F288 (or 0xF1F288) is known color: Tidal. HEX triplet: F1, F2 and 88. RGB value is (241,242,136). Sum of RGB (Red+Green+Blue) = 241+242+136=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 136 (53.52% from 255 or 21.97% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F288 is #0E0D77. Grayscale: #E6E6E6. Windows color (decimal): -920952 or 8975089. OLE color: 8975089.
HSL color Cylindrical-coordinate representation of color #F1F288: hue angle of 60.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F1F288 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 136 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.05 |
| HSL | 60.57º | 0.8% | 0.74% | - |
| HSV(B) | 60.57º | 0.44% | 0.95% | - |
| XYZ | 72.47 | 83.98 | 35.68 | - |
| YUV | 229.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 136 | 0.00 | 0 | 0.44 | 0.05 | 60.57 | 0.8 | 0.74 |
| Hex | F1 | F2 | 88 | 0 | 0 | 2C | 5 | 3D | 50 | 4A |
| Octal | 361 | 362 | 210 | 0 | 0 | 54 | 5 | 75 | 120 | 112 |
| Binary | 11110001 | 11110010 | 10001000 | 0 | 0 | 101100 | 101 | 111101 | 1010000 | 1001010 |
Color Harmonies of #F1F288
Complementary color
Monochromatic Colors of #F1F288
Black with #F1F288
Text Example
Text Example
White with #F1F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F288; }
p { color: rgb(241,242,136); }
H1.HeaderClassName
{
color: #F1F288;
}
.AnyTagClassName
{
color: #F1F288;
}
</style>
background-color css
<style>
a { background-color: #F1F288; }
a { background-color: rgb(241,242,136); }
div.DivClassName
{
background-color: #F1F288;
}
.BgClassName
{
background-color: #F1F288;
}
</style>
border-color css
<style>
span { border-color: #F1F288; }
span { border-color: rgb(241,242,136); }
td.TdClassName
{
border-color: #F1F288;
}
.TagClassName
{
border-color: #F1F288;
}
</style>