Shades of Tidal #F2FF99
Tints of Tidal #F2FF99
RGB
CMYK
RGB Variations
Color information
#F2FF99 (or 0xF2FF99) is known color: Tidal. HEX triplet: F2, FF and 99. RGB value is (242,255,153). Sum of RGB (Red+Green+Blue) = 242+255+153=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 153 (60.16% from 255 or 23.54% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF99 is #0D0066. Grayscale: #EFEFEF. Windows color (decimal): -852071 or 10092530. OLE color: 10092530.
HSL color Cylindrical-coordinate representation of color #F2FF99: hue angle of 67.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2FF99 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 153 | - |
| CMYK | 0.05 | 0 | 0.4 | 0 |
| HSL | 67.65º | 1% | 0.8% | - |
| HSV(B) | 67.65º | 0.4% | 1% | - |
| XYZ | 78.13 | 92.7 | 43.91 | - |
| YUV | 239.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 153 | 0.05 | 0 | 0.4 | 0 | 67.65 | 1 | 0.8 |
| Hex | F2 | FF | 99 | 5 | 0 | 28 | 0 | 44 | 64 | 50 |
| Octal | 362 | 377 | 231 | 5 | 0 | 50 | 0 | 104 | 144 | 120 |
| Binary | 11110010 | 11111111 | 10011001 | 101 | 0 | 101000 | 0 | 1000100 | 1100100 | 1010000 |
Color Harmonies of #F2FF99
Complementary color
Monochromatic Colors of #F2FF99
Black with #F2FF99
Text Example
Text Example
White with #F2FF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF99; }
p { color: rgb(242,255,153); }
H1.HeaderClassName
{
color: #F2FF99;
}
.AnyTagClassName
{
color: #F2FF99;
}
</style>
background-color css
<style>
a { background-color: #F2FF99; }
a { background-color: rgb(242,255,153); }
div.DivClassName
{
background-color: #F2FF99;
}
.BgClassName
{
background-color: #F2FF99;
}
</style>
border-color css
<style>
span { border-color: #F2FF99; }
span { border-color: rgb(242,255,153); }
td.TdClassName
{
border-color: #F2FF99;
}
.TagClassName
{
border-color: #F2FF99;
}
</style>