Shades of Tidal #F0FE95
Tints of Tidal #F0FE95
RGB
CMYK
RGB Variations
Color information
#F0FE95 (or 0xF0FE95) is known color: Tidal. HEX triplet: F0, FE and 95. RGB value is (240,254,149). Sum of RGB (Red+Green+Blue) = 240+254+149=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 149 (58.59% from 255 or 23.17% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FE95 is #0F016A. Grayscale: #EEEEEE. Windows color (decimal): -983403 or 9830128. OLE color: 9830128.
HSL color Cylindrical-coordinate representation of color #F0FE95: hue angle of 68º 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 #F0FE95 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 149 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.00 |
| HSL | 68º | 0.98% | 0.79% | - |
| HSV(B) | 68º | 0.41% | 1% | - |
| XYZ | 76.8 | 91.58 | 42.06 | - |
| YUV | 237.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 149 | 0.06 | 0 | 0.41 | 0.00 | 68 | 0.98 | 0.79 |
| Hex | F0 | FE | 95 | 6 | 0 | 29 | 0 | 44 | 62 | 4F |
| Octal | 360 | 376 | 225 | 6 | 0 | 51 | 0 | 104 | 142 | 117 |
| Binary | 11110000 | 11111110 | 10010101 | 110 | 0 | 101001 | 0 | 1000100 | 1100010 | 1001111 |
Color Harmonies of #F0FE95
Complementary color
Monochromatic Colors of #F0FE95
Black with #F0FE95
Text Example
Text Example
White with #F0FE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE95; }
p { color: rgb(240,254,149); }
H1.HeaderClassName
{
color: #F0FE95;
}
.AnyTagClassName
{
color: #F0FE95;
}
</style>
background-color css
<style>
a { background-color: #F0FE95; }
a { background-color: rgb(240,254,149); }
div.DivClassName
{
background-color: #F0FE95;
}
.BgClassName
{
background-color: #F0FE95;
}
</style>
border-color css
<style>
span { border-color: #F0FE95; }
span { border-color: rgb(240,254,149); }
td.TdClassName
{
border-color: #F0FE95;
}
.TagClassName
{
border-color: #F0FE95;
}
</style>