Shades of Tidal #F0F492
Tints of Tidal #F0F492
RGB
CMYK
RGB Variations
Color information
#F0F492 (or 0xF0F492) is known color: Tidal. HEX triplet: F0, F4 and 92. RGB value is (240,244,146). Sum of RGB (Red+Green+Blue) = 240+244+146=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 146 (57.42% from 255 or 23.17% from 630); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F492 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F492 is #0F0B6D. Grayscale: #E8E8E8. Windows color (decimal): -985966 or 9630960. OLE color: 9630960.
HSL color Cylindrical-coordinate representation of color #F0F492: hue angle of 62.45º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0F492 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 146 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.04 |
| HSL | 62.45º | 0.82% | 0.76% | - |
| HSV(B) | 62.45º | 0.4% | 0.96% | - |
| XYZ | 73.47 | 85.3 | 39.79 | - |
| YUV | 231.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 146 | 0.02 | 0 | 0.40 | 0.04 | 62.45 | 0.82 | 0.76 |
| Hex | F0 | F4 | 92 | 2 | 0 | 28 | 4 | 3E | 52 | 4C |
| Octal | 360 | 364 | 222 | 2 | 0 | 50 | 4 | 76 | 122 | 114 |
| Binary | 11110000 | 11110100 | 10010010 | 10 | 0 | 101000 | 100 | 111110 | 1010010 | 1001100 |
Color Harmonies of #F0F492
Complementary color
Monochromatic Colors of #F0F492
Black with #F0F492
Text Example
Text Example
White with #F0F492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F492; }
p { color: rgb(240,244,146); }
H1.HeaderClassName
{
color: #F0F492;
}
.AnyTagClassName
{
color: #F0F492;
}
</style>
background-color css
<style>
a { background-color: #F0F492; }
a { background-color: rgb(240,244,146); }
div.DivClassName
{
background-color: #F0F492;
}
.BgClassName
{
background-color: #F0F492;
}
</style>
border-color css
<style>
span { border-color: #F0F492; }
span { border-color: rgb(240,244,146); }
td.TdClassName
{
border-color: #F0F492;
}
.TagClassName
{
border-color: #F0F492;
}
</style>