Shades of Tidal #F1F188
Tints of Tidal #F1F188
RGB
CMYK
RGB Variations
Color information
#F1F188 (or 0xF1F188) is known color: Tidal. HEX triplet: F1, F1 and 88. RGB value is (241,241,136). Sum of RGB (Red+Green+Blue) = 241+241+136=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 136 (53.52% from 255 or 22.01% from 618); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F188 is #0E0E77. Grayscale: #E5E5E5. Windows color (decimal): -921208 or 8974833. OLE color: 8974833.
HSL color Cylindrical-coordinate representation of color #F1F188: hue angle of 60º degrees, saturation: 0.79, 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 #F1F188 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 136 | - |
| CMYK | 0 | 0 | 0.44 | 0.05 |
| HSL | 60º | 0.79% | 0.74% | - |
| HSV(B) | 60º | 0.44% | 0.95% | - |
| XYZ | 72.17 | 83.39 | 35.58 | - |
| YUV | 229.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 136 | 0 | 0 | 0.44 | 0.05 | 60 | 0.79 | 0.74 |
| Hex | F1 | F1 | 88 | 0 | 0 | 2C | 5 | 3C | 4F | 4A |
| Octal | 361 | 361 | 210 | 0 | 0 | 54 | 5 | 74 | 117 | 112 |
| Binary | 11110001 | 11110001 | 10001000 | 0 | 0 | 101100 | 101 | 111100 | 1001111 | 1001010 |
Color Harmonies of #F1F188
Complementary color
Monochromatic Colors of #F1F188
Black with #F1F188
Text Example
Text Example
White with #F1F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F188; }
p { color: rgb(241,241,136); }
H1.HeaderClassName
{
color: #F1F188;
}
.AnyTagClassName
{
color: #F1F188;
}
</style>
background-color css
<style>
a { background-color: #F1F188; }
a { background-color: rgb(241,241,136); }
div.DivClassName
{
background-color: #F1F188;
}
.BgClassName
{
background-color: #F1F188;
}
</style>
border-color css
<style>
span { border-color: #F1F188; }
span { border-color: rgb(241,241,136); }
td.TdClassName
{
border-color: #F1F188;
}
.TagClassName
{
border-color: #F1F188;
}
</style>