Shades of Tidal #F0FA90
Tints of Tidal #F0FA90
RGB
CMYK
RGB Variations
Color information
#F0FA90 (or 0xF0FA90) is known color: Tidal. HEX triplet: F0, FA and 90. RGB value is (240,250,144). Sum of RGB (Red+Green+Blue) = 240+250+144=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 144 (56.64% from 255 or 22.71% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FA90 is #0F056F. Grayscale: #EBEBEB. Windows color (decimal): -984432 or 9501424. OLE color: 9501424.
HSL color Cylindrical-coordinate representation of color #F0FA90: hue angle of 65.66º degrees, saturation: 0.91, 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 #F0FA90 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 144 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.02 |
| HSL | 65.66º | 0.91% | 0.77% | - |
| HSV(B) | 65.66º | 0.42% | 0.98% | - |
| XYZ | 75.15 | 88.91 | 39.59 | - |
| YUV | 234.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 144 | 0.04 | 0 | 0.42 | 0.02 | 65.66 | 0.91 | 0.77 |
| Hex | F0 | FA | 90 | 4 | 0 | 2A | 2 | 42 | 5B | 4D |
| Octal | 360 | 372 | 220 | 4 | 0 | 52 | 2 | 102 | 133 | 115 |
| Binary | 11110000 | 11111010 | 10010000 | 100 | 0 | 101010 | 10 | 1000010 | 1011011 | 1001101 |
Color Harmonies of #F0FA90
Complementary color
Monochromatic Colors of #F0FA90
Black with #F0FA90
Text Example
Text Example
White with #F0FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA90; }
p { color: rgb(240,250,144); }
H1.HeaderClassName
{
color: #F0FA90;
}
.AnyTagClassName
{
color: #F0FA90;
}
</style>
background-color css
<style>
a { background-color: #F0FA90; }
a { background-color: rgb(240,250,144); }
div.DivClassName
{
background-color: #F0FA90;
}
.BgClassName
{
background-color: #F0FA90;
}
</style>
border-color css
<style>
span { border-color: #F0FA90; }
span { border-color: rgb(240,250,144); }
td.TdClassName
{
border-color: #F0FA90;
}
.TagClassName
{
border-color: #F0FA90;
}
</style>