Shades of Tidal #F2FE99
Tints of Tidal #F2FE99
RGB
CMYK
RGB Variations
Color information
#F2FE99 (or 0xF2FE99) is known color: Tidal. HEX triplet: F2, FE and 99. RGB value is (242,254,153). Sum of RGB (Red+Green+Blue) = 242+254+153=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 153 (60.16% from 255 or 23.57% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FE99 is #0D0166. Grayscale: #EFEFEF. Windows color (decimal): -852327 or 10092274. OLE color: 10092274.
HSL color Cylindrical-coordinate representation of color #F2FE99: hue angle of 67.13º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2FE99 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 153 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.00 |
| HSL | 67.13º | 0.98% | 0.8% | - |
| HSV(B) | 67.13º | 0.4% | 1% | - |
| XYZ | 77.81 | 92.06 | 43.81 | - |
| YUV | 238.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 153 | 0.05 | 0 | 0.40 | 0.00 | 67.13 | 0.98 | 0.8 |
| Hex | F2 | FE | 99 | 5 | 0 | 28 | 0 | 43 | 62 | 50 |
| Octal | 362 | 376 | 231 | 5 | 0 | 50 | 0 | 103 | 142 | 120 |
| Binary | 11110010 | 11111110 | 10011001 | 101 | 0 | 101000 | 0 | 1000011 | 1100010 | 1010000 |
Color Harmonies of #F2FE99
Complementary color
Monochromatic Colors of #F2FE99
Black with #F2FE99
Text Example
Text Example
White with #F2FE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE99; }
p { color: rgb(242,254,153); }
H1.HeaderClassName
{
color: #F2FE99;
}
.AnyTagClassName
{
color: #F2FE99;
}
</style>
background-color css
<style>
a { background-color: #F2FE99; }
a { background-color: rgb(242,254,153); }
div.DivClassName
{
background-color: #F2FE99;
}
.BgClassName
{
background-color: #F2FE99;
}
</style>
border-color css
<style>
span { border-color: #F2FE99; }
span { border-color: rgb(242,254,153); }
td.TdClassName
{
border-color: #F2FE99;
}
.TagClassName
{
border-color: #F2FE99;
}
</style>