Shades of Tidal #F0F990
Tints of Tidal #F0F990
RGB
CMYK
RGB Variations
Color information
#F0F990 (or 0xF0F990) is known color: Tidal. HEX triplet: F0, F9 and 90. RGB value is (240,249,144). Sum of RGB (Red+Green+Blue) = 240+249+144=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 144 (56.64% from 255 or 22.75% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F990 is #0F066F. Grayscale: #EAEAEA. Windows color (decimal): -984688 or 9501168. OLE color: 9501168.
HSL color Cylindrical-coordinate representation of color #F0F990: hue angle of 65.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0F990 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 144 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.02 |
| HSL | 65.14º | 0.9% | 0.77% | - |
| HSV(B) | 65.14º | 0.42% | 0.98% | - |
| XYZ | 74.84 | 88.29 | 39.48 | - |
| YUV | 234.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 144 | 0.04 | 0 | 0.42 | 0.02 | 65.14 | 0.9 | 0.77 |
| Hex | F0 | F9 | 90 | 4 | 0 | 2A | 2 | 41 | 5A | 4D |
| Octal | 360 | 371 | 220 | 4 | 0 | 52 | 2 | 101 | 132 | 115 |
| Binary | 11110000 | 11111001 | 10010000 | 100 | 0 | 101010 | 10 | 1000001 | 1011010 | 1001101 |
Color Harmonies of #F0F990
Complementary color
Monochromatic Colors of #F0F990
Black with #F0F990
Text Example
Text Example
White with #F0F990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F990; }
p { color: rgb(240,249,144); }
H1.HeaderClassName
{
color: #F0F990;
}
.AnyTagClassName
{
color: #F0F990;
}
</style>
background-color css
<style>
a { background-color: #F0F990; }
a { background-color: rgb(240,249,144); }
div.DivClassName
{
background-color: #F0F990;
}
.BgClassName
{
background-color: #F0F990;
}
</style>
border-color css
<style>
span { border-color: #F0F990; }
span { border-color: rgb(240,249,144); }
td.TdClassName
{
border-color: #F0F990;
}
.TagClassName
{
border-color: #F0F990;
}
</style>