Shades of Tidal #F2FF8A
Tints of Tidal #F2FF8A
RGB
CMYK
RGB Variations
Color information
#F2FF8A (or 0xF2FF8A) is known color: Tidal. HEX triplet: F2, FF and 8A. RGB value is (242,255,138). Sum of RGB (Red+Green+Blue) = 242+255+138=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 138 (54.30% from 255 or 21.73% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF8A is #0D0075. Grayscale: #EEEEEE. Windows color (decimal): -852086 or 9109490. OLE color: 9109490.
HSL color Cylindrical-coordinate representation of color #F2FF8A: hue angle of 66.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2FF8A is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 138 | - |
| CMYK | 0.05 | 0 | 0.46 | 0 |
| HSL | 66.67º | 1% | 0.77% | - |
| HSV(B) | 66.67º | 0.46% | 1% | - |
| XYZ | 76.97 | 92.23 | 37.79 | - |
| YUV | 237.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 138 | 0.05 | 0 | 0.46 | 0 | 66.67 | 1 | 0.77 |
| Hex | F2 | FF | 8A | 5 | 0 | 2E | 0 | 43 | 64 | 4D |
| Octal | 362 | 377 | 212 | 5 | 0 | 56 | 0 | 103 | 144 | 115 |
| Binary | 11110010 | 11111111 | 10001010 | 101 | 0 | 101110 | 0 | 1000011 | 1100100 | 1001101 |
Color Harmonies of #F2FF8A
Complementary color
Monochromatic Colors of #F2FF8A
Black with #F2FF8A
Text Example
Text Example
White with #F2FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF8A; }
p { color: rgb(242,255,138); }
H1.HeaderClassName
{
color: #F2FF8A;
}
.AnyTagClassName
{
color: #F2FF8A;
}
</style>
background-color css
<style>
a { background-color: #F2FF8A; }
a { background-color: rgb(242,255,138); }
div.DivClassName
{
background-color: #F2FF8A;
}
.BgClassName
{
background-color: #F2FF8A;
}
</style>
border-color css
<style>
span { border-color: #F2FF8A; }
span { border-color: rgb(242,255,138); }
td.TdClassName
{
border-color: #F2FF8A;
}
.TagClassName
{
border-color: #F2FF8A;
}
</style>