Shades of Tidal #F0F994
Tints of Tidal #F0F994
RGB
CMYK
RGB Variations
Color information
#F0F994 (or 0xF0F994) is known color: Tidal. HEX triplet: F0, F9 and 94. RGB value is (240,249,148). Sum of RGB (Red+Green+Blue) = 240+249+148=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 148 (58.20% from 255 or 23.23% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F994 is #0F066B. Grayscale: #EBEBEB. Windows color (decimal): -984684 or 9763312. OLE color: 9763312.
HSL color Cylindrical-coordinate representation of color #F0F994: hue angle of 65.35º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0F994 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 148 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.02 |
| HSL | 65.35º | 0.89% | 0.78% | - |
| HSV(B) | 65.35º | 0.41% | 0.98% | - |
| XYZ | 75.16 | 88.41 | 41.12 | - |
| YUV | 234.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 148 | 0.04 | 0 | 0.41 | 0.02 | 65.35 | 0.89 | 0.78 |
| Hex | F0 | F9 | 94 | 4 | 0 | 29 | 2 | 41 | 59 | 4E |
| Octal | 360 | 371 | 224 | 4 | 0 | 51 | 2 | 101 | 131 | 116 |
| Binary | 11110000 | 11111001 | 10010100 | 100 | 0 | 101001 | 10 | 1000001 | 1011001 | 1001110 |
Color Harmonies of #F0F994
Complementary color
Monochromatic Colors of #F0F994
Black with #F0F994
Text Example
Text Example
White with #F0F994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F994; }
p { color: rgb(240,249,148); }
H1.HeaderClassName
{
color: #F0F994;
}
.AnyTagClassName
{
color: #F0F994;
}
</style>
background-color css
<style>
a { background-color: #F0F994; }
a { background-color: rgb(240,249,148); }
div.DivClassName
{
background-color: #F0F994;
}
.BgClassName
{
background-color: #F0F994;
}
</style>
border-color css
<style>
span { border-color: #F0F994; }
span { border-color: rgb(240,249,148); }
td.TdClassName
{
border-color: #F0F994;
}
.TagClassName
{
border-color: #F0F994;
}
</style>