Shades of Tidal #F2F892
Tints of Tidal #F2F892
RGB
CMYK
RGB Variations
Color information
#F2F892 (or 0xF2F892) is known color: Tidal. HEX triplet: F2, F8 and 92. RGB value is (242,248,146). Sum of RGB (Red+Green+Blue) = 242+248+146=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 146 (57.42% from 255 or 22.96% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F892 is #0D076D. Grayscale: #EAEAEA. Windows color (decimal): -853870 or 9631986. OLE color: 9631986.
HSL color Cylindrical-coordinate representation of color #F2F892: hue angle of 63.53º 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 #F2F892 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 146 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.03 |
| HSL | 63.53º | 0.88% | 0.77% | - |
| HSV(B) | 63.53º | 0.41% | 0.97% | - |
| XYZ | 75.37 | 88.09 | 40.22 | - |
| YUV | 234.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 146 | 0.02 | 0 | 0.41 | 0.03 | 63.53 | 0.88 | 0.77 |
| Hex | F2 | F8 | 92 | 2 | 0 | 29 | 3 | 40 | 58 | 4D |
| Octal | 362 | 370 | 222 | 2 | 0 | 51 | 3 | 100 | 130 | 115 |
| Binary | 11110010 | 11111000 | 10010010 | 10 | 0 | 101001 | 11 | 1000000 | 1011000 | 1001101 |
Color Harmonies of #F2F892
Complementary color
Monochromatic Colors of #F2F892
Black with #F2F892
Text Example
Text Example
White with #F2F892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F892; }
p { color: rgb(242,248,146); }
H1.HeaderClassName
{
color: #F2F892;
}
.AnyTagClassName
{
color: #F2F892;
}
</style>
background-color css
<style>
a { background-color: #F2F892; }
a { background-color: rgb(242,248,146); }
div.DivClassName
{
background-color: #F2F892;
}
.BgClassName
{
background-color: #F2F892;
}
</style>
border-color css
<style>
span { border-color: #F2F892; }
span { border-color: rgb(242,248,146); }
td.TdClassName
{
border-color: #F2F892;
}
.TagClassName
{
border-color: #F2F892;
}
</style>