Shades of Tidal #F0FE97
Tints of Tidal #F0FE97
RGB
CMYK
RGB Variations
Color information
#F0FE97 (or 0xF0FE97) is known color: Tidal. HEX triplet: F0, FE and 97. RGB value is (240,254,151). Sum of RGB (Red+Green+Blue) = 240+254+151=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 151 (59.38% from 255 or 23.41% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FE97 is #0F0168. Grayscale: #EEEEEE. Windows color (decimal): -983401 or 9961200. OLE color: 9961200.
HSL color Cylindrical-coordinate representation of color #F0FE97: hue angle of 68.16º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0FE97 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 151 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.00 |
| HSL | 68.16º | 0.98% | 0.79% | - |
| HSV(B) | 68.16º | 0.41% | 1% | - |
| XYZ | 76.96 | 91.64 | 42.91 | - |
| YUV | 238.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 151 | 0.06 | 0 | 0.41 | 0.00 | 68.16 | 0.98 | 0.79 |
| Hex | F0 | FE | 97 | 6 | 0 | 29 | 0 | 44 | 62 | 4F |
| Octal | 360 | 376 | 227 | 6 | 0 | 51 | 0 | 104 | 142 | 117 |
| Binary | 11110000 | 11111110 | 10010111 | 110 | 0 | 101001 | 0 | 1000100 | 1100010 | 1001111 |
Color Harmonies of #F0FE97
Complementary color
Monochromatic Colors of #F0FE97
Black with #F0FE97
Text Example
Text Example
White with #F0FE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE97; }
p { color: rgb(240,254,151); }
H1.HeaderClassName
{
color: #F0FE97;
}
.AnyTagClassName
{
color: #F0FE97;
}
</style>
background-color css
<style>
a { background-color: #F0FE97; }
a { background-color: rgb(240,254,151); }
div.DivClassName
{
background-color: #F0FE97;
}
.BgClassName
{
background-color: #F0FE97;
}
</style>
border-color css
<style>
span { border-color: #F0FE97; }
span { border-color: rgb(240,254,151); }
td.TdClassName
{
border-color: #F0FE97;
}
.TagClassName
{
border-color: #F0FE97;
}
</style>