Shades of Tidal #F0F892
Tints of Tidal #F0F892
RGB
CMYK
RGB Variations
Color information
#F0F892 (or 0xF0F892) is known color: Tidal. HEX triplet: F0, F8 and 92. RGB value is (240,248,146). Sum of RGB (Red+Green+Blue) = 240+248+146=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 146 (57.42% from 255 or 23.03% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F892 is #0F076D. Grayscale: #EAEAEA. Windows color (decimal): -984942 or 9631984. OLE color: 9631984.
HSL color Cylindrical-coordinate representation of color #F0F892: hue angle of 64.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0F892 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 146 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.03 |
| HSL | 64.71º | 0.88% | 0.77% | - |
| HSV(B) | 64.71º | 0.41% | 0.97% | - |
| XYZ | 74.69 | 87.74 | 40.19 | - |
| YUV | 233.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 146 | 0.03 | 0 | 0.41 | 0.03 | 64.71 | 0.88 | 0.77 |
| Hex | F0 | F8 | 92 | 3 | 0 | 29 | 3 | 41 | 58 | 4D |
| Octal | 360 | 370 | 222 | 3 | 0 | 51 | 3 | 101 | 130 | 115 |
| Binary | 11110000 | 11111000 | 10010010 | 11 | 0 | 101001 | 11 | 1000001 | 1011000 | 1001101 |
Color Harmonies of #F0F892
Complementary color
Monochromatic Colors of #F0F892
Black with #F0F892
Text Example
Text Example
White with #F0F892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F892; }
p { color: rgb(240,248,146); }
H1.HeaderClassName
{
color: #F0F892;
}
.AnyTagClassName
{
color: #F0F892;
}
</style>
background-color css
<style>
a { background-color: #F0F892; }
a { background-color: rgb(240,248,146); }
div.DivClassName
{
background-color: #F0F892;
}
.BgClassName
{
background-color: #F0F892;
}
</style>
border-color css
<style>
span { border-color: #F0F892; }
span { border-color: rgb(240,248,146); }
td.TdClassName
{
border-color: #F0F892;
}
.TagClassName
{
border-color: #F0F892;
}
</style>