Shades of Tidal #F0F188
Tints of Tidal #F0F188
RGB
CMYK
RGB Variations
Color information
#F0F188 (or 0xF0F188) is known color: Tidal. HEX triplet: F0, F1 and 88. RGB value is (240,241,136). Sum of RGB (Red+Green+Blue) = 240+241+136=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F188 is #0F0E77. Grayscale: #E5E5E5. Windows color (decimal): -986744 or 8974832. OLE color: 8974832.
HSL color Cylindrical-coordinate representation of color #F0F188: hue angle of 60.57º 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 #F0F188 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 136 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.05 |
| HSL | 60.57º | 0.79% | 0.74% | - |
| HSV(B) | 60.57º | 0.44% | 0.95% | - |
| XYZ | 71.83 | 83.21 | 35.57 | - |
| YUV | 228.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 136 | 0.00 | 0 | 0.44 | 0.05 | 60.57 | 0.79 | 0.74 |
| Hex | F0 | F1 | 88 | 0 | 0 | 2C | 5 | 3D | 4F | 4A |
| Octal | 360 | 361 | 210 | 0 | 0 | 54 | 5 | 75 | 117 | 112 |
| Binary | 11110000 | 11110001 | 10001000 | 0 | 0 | 101100 | 101 | 111101 | 1001111 | 1001010 |
Color Harmonies of #F0F188
Complementary color
Monochromatic Colors of #F0F188
Black with #F0F188
Text Example
Text Example
White with #F0F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F188; }
p { color: rgb(240,241,136); }
H1.HeaderClassName
{
color: #F0F188;
}
.AnyTagClassName
{
color: #F0F188;
}
</style>
background-color css
<style>
a { background-color: #F0F188; }
a { background-color: rgb(240,241,136); }
div.DivClassName
{
background-color: #F0F188;
}
.BgClassName
{
background-color: #F0F188;
}
</style>
border-color css
<style>
span { border-color: #F0F188; }
span { border-color: rgb(240,241,136); }
td.TdClassName
{
border-color: #F0F188;
}
.TagClassName
{
border-color: #F0F188;
}
</style>