Shades of Tidal #F0F488
Tints of Tidal #F0F488
RGB
CMYK
RGB Variations
Color information
#F0F488 (or 0xF0F488) is known color: Tidal. HEX triplet: F0, F4 and 88. RGB value is (240,244,136). Sum of RGB (Red+Green+Blue) = 240+244+136=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 136 (53.52% from 255 or 21.94% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F488 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F488 is #0F0B77. Grayscale: #E6E6E6. Windows color (decimal): -985976 or 8975600. OLE color: 8975600.
HSL color Cylindrical-coordinate representation of color #F0F488: hue angle of 62.22º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0F488 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 136 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.04 |
| HSL | 62.22º | 0.83% | 0.75% | - |
| HSV(B) | 62.22º | 0.44% | 0.96% | - |
| XYZ | 72.73 | 85 | 35.87 | - |
| YUV | 230.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 136 | 0.02 | 0 | 0.44 | 0.04 | 62.22 | 0.83 | 0.75 |
| Hex | F0 | F4 | 88 | 2 | 0 | 2C | 4 | 3E | 53 | 4B |
| Octal | 360 | 364 | 210 | 2 | 0 | 54 | 4 | 76 | 123 | 113 |
| Binary | 11110000 | 11110100 | 10001000 | 10 | 0 | 101100 | 100 | 111110 | 1010011 | 1001011 |
Color Harmonies of #F0F488
Complementary color
Monochromatic Colors of #F0F488
Black with #F0F488
Text Example
Text Example
White with #F0F488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F488; }
p { color: rgb(240,244,136); }
H1.HeaderClassName
{
color: #F0F488;
}
.AnyTagClassName
{
color: #F0F488;
}
</style>
background-color css
<style>
a { background-color: #F0F488; }
a { background-color: rgb(240,244,136); }
div.DivClassName
{
background-color: #F0F488;
}
.BgClassName
{
background-color: #F0F488;
}
</style>
border-color css
<style>
span { border-color: #F0F488; }
span { border-color: rgb(240,244,136); }
td.TdClassName
{
border-color: #F0F488;
}
.TagClassName
{
border-color: #F0F488;
}
</style>