Shades of Tidal #F2F884
Tints of Tidal #F2F884
RGB
CMYK
RGB Variations
Color information
#F2F884 (or 0xF2F884) is known color: Tidal. HEX triplet: F2, F8 and 84. RGB value is (242,248,132). Sum of RGB (Red+Green+Blue) = 242+248+132=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 132 (51.95% from 255 or 21.22% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F884 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F884 is #0D077B. Grayscale: #E9E9E9. Windows color (decimal): -853884 or 8714482. OLE color: 8714482.
HSL color Cylindrical-coordinate representation of color #F2F884: hue angle of 63.1º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2F884 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 132 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.03 |
| HSL | 63.1º | 0.89% | 0.75% | - |
| HSV(B) | 63.1º | 0.47% | 0.97% | - |
| XYZ | 74.35 | 87.68 | 34.83 | - |
| YUV | 232.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 132 | 0.02 | 0 | 0.47 | 0.03 | 63.1 | 0.89 | 0.75 |
| Hex | F2 | F8 | 84 | 2 | 0 | 2F | 3 | 3F | 59 | 4B |
| Octal | 362 | 370 | 204 | 2 | 0 | 57 | 3 | 77 | 131 | 113 |
| Binary | 11110010 | 11111000 | 10000100 | 10 | 0 | 101111 | 11 | 111111 | 1011001 | 1001011 |
Color Harmonies of #F2F884
Complementary color
Monochromatic Colors of #F2F884
Black with #F2F884
Text Example
Text Example
White with #F2F884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F884; }
p { color: rgb(242,248,132); }
H1.HeaderClassName
{
color: #F2F884;
}
.AnyTagClassName
{
color: #F2F884;
}
</style>
background-color css
<style>
a { background-color: #F2F884; }
a { background-color: rgb(242,248,132); }
div.DivClassName
{
background-color: #F2F884;
}
.BgClassName
{
background-color: #F2F884;
}
</style>
border-color css
<style>
span { border-color: #F2F884; }
span { border-color: rgb(242,248,132); }
td.TdClassName
{
border-color: #F2F884;
}
.TagClassName
{
border-color: #F2F884;
}
</style>