Shades of Tidal #F2F694
Tints of Tidal #F2F694
RGB
CMYK
RGB Variations
Color information
#F2F694 (or 0xF2F694) is known color: Tidal. HEX triplet: F2, F6 and 94. RGB value is (242,246,148). Sum of RGB (Red+Green+Blue) = 242+246+148=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 148 (58.20% from 255 or 23.27% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F694 is #0D096B. Grayscale: #EAEAEA. Windows color (decimal): -854380 or 9762546. OLE color: 9762546.
HSL color Cylindrical-coordinate representation of color #F2F694: hue angle of 62.45º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2F694 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 148 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.04 |
| HSL | 62.45º | 0.84% | 0.77% | - |
| HSV(B) | 62.45º | 0.4% | 0.96% | - |
| XYZ | 74.92 | 86.93 | 40.85 | - |
| YUV | 233.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 148 | 0.02 | 0 | 0.40 | 0.04 | 62.45 | 0.84 | 0.77 |
| Hex | F2 | F6 | 94 | 2 | 0 | 28 | 4 | 3E | 54 | 4D |
| Octal | 362 | 366 | 224 | 2 | 0 | 50 | 4 | 76 | 124 | 115 |
| Binary | 11110010 | 11110110 | 10010100 | 10 | 0 | 101000 | 100 | 111110 | 1010100 | 1001101 |
Color Harmonies of #F2F694
Complementary color
Monochromatic Colors of #F2F694
Black with #F2F694
Text Example
Text Example
White with #F2F694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F694; }
p { color: rgb(242,246,148); }
H1.HeaderClassName
{
color: #F2F694;
}
.AnyTagClassName
{
color: #F2F694;
}
</style>
background-color css
<style>
a { background-color: #F2F694; }
a { background-color: rgb(242,246,148); }
div.DivClassName
{
background-color: #F2F694;
}
.BgClassName
{
background-color: #F2F694;
}
</style>
border-color css
<style>
span { border-color: #F2F694; }
span { border-color: rgb(242,246,148); }
td.TdClassName
{
border-color: #F2F694;
}
.TagClassName
{
border-color: #F2F694;
}
</style>