Shades of Tidal #F2F781
Tints of Tidal #F2F781
RGB
CMYK
RGB Variations
Color information
#F2F781 (or 0xF2F781) is known color: Tidal. HEX triplet: F2, F7 and 81. RGB value is (242,247,129). Sum of RGB (Red+Green+Blue) = 242+247+129=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 129 (50.78% from 255 or 20.87% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F781 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F781 is #0D087E. Grayscale: #E8E8E8. Windows color (decimal): -854143 or 8517618. OLE color: 8517618.
HSL color Cylindrical-coordinate representation of color #F2F781: hue angle of 62.54º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2F781 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 129 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.03 |
| HSL | 62.54º | 0.88% | 0.74% | - |
| HSV(B) | 62.54º | 0.48% | 0.97% | - |
| XYZ | 73.84 | 86.98 | 33.67 | - |
| YUV | 232.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 129 | 0.02 | 0 | 0.48 | 0.03 | 62.54 | 0.88 | 0.74 |
| Hex | F2 | F7 | 81 | 2 | 0 | 30 | 3 | 3F | 58 | 4A |
| Octal | 362 | 367 | 201 | 2 | 0 | 60 | 3 | 77 | 130 | 112 |
| Binary | 11110010 | 11110111 | 10000001 | 10 | 0 | 110000 | 11 | 111111 | 1011000 | 1001010 |
Color Harmonies of #F2F781
Complementary color
Monochromatic Colors of #F2F781
Black with #F2F781
Text Example
Text Example
White with #F2F781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F781; }
p { color: rgb(242,247,129); }
H1.HeaderClassName
{
color: #F2F781;
}
.AnyTagClassName
{
color: #F2F781;
}
</style>
background-color css
<style>
a { background-color: #F2F781; }
a { background-color: rgb(242,247,129); }
div.DivClassName
{
background-color: #F2F781;
}
.BgClassName
{
background-color: #F2F781;
}
</style>
border-color css
<style>
span { border-color: #F2F781; }
span { border-color: rgb(242,247,129); }
td.TdClassName
{
border-color: #F2F781;
}
.TagClassName
{
border-color: #F2F781;
}
</style>