Shades of Tidal #F2F290
Tints of Tidal #F2F290
RGB
CMYK
RGB Variations
Color information
#F2F290 (or 0xF2F290) is known color: Tidal. HEX triplet: F2, F2 and 90. RGB value is (242,242,144). Sum of RGB (Red+Green+Blue) = 242+242+144=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 144 (56.64% from 255 or 22.93% from 628); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F290 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F290 is #0D0D6F. Grayscale: #E7E7E7. Windows color (decimal): -855408 or 9499378. OLE color: 9499378.
HSL color Cylindrical-coordinate representation of color #F2F290: hue angle of 60º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2F290 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 144 | - |
| CMYK | 0 | 0 | 0.40 | 0.05 |
| HSL | 60º | 0.79% | 0.76% | - |
| HSV(B) | 60º | 0.4% | 0.95% | - |
| XYZ | 73.4 | 84.4 | 38.81 | - |
| YUV | 230.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 144 | 0 | 0 | 0.40 | 0.05 | 60 | 0.79 | 0.76 |
| Hex | F2 | F2 | 90 | 0 | 0 | 28 | 5 | 3C | 4F | 4C |
| Octal | 362 | 362 | 220 | 0 | 0 | 50 | 5 | 74 | 117 | 114 |
| Binary | 11110010 | 11110010 | 10010000 | 0 | 0 | 101000 | 101 | 111100 | 1001111 | 1001100 |
Color Harmonies of #F2F290
Complementary color
Monochromatic Colors of #F2F290
Black with #F2F290
Text Example
Text Example
White with #F2F290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F290; }
p { color: rgb(242,242,144); }
H1.HeaderClassName
{
color: #F2F290;
}
.AnyTagClassName
{
color: #F2F290;
}
</style>
background-color css
<style>
a { background-color: #F2F290; }
a { background-color: rgb(242,242,144); }
div.DivClassName
{
background-color: #F2F290;
}
.BgClassName
{
background-color: #F2F290;
}
</style>
border-color css
<style>
span { border-color: #F2F290; }
span { border-color: rgb(242,242,144); }
td.TdClassName
{
border-color: #F2F290;
}
.TagClassName
{
border-color: #F2F290;
}
</style>