Shades of Tidal #F2FF98
Tints of Tidal #F2FF98
RGB
CMYK
RGB Variations
Color information
#F2FF98 (or 0xF2FF98) is known color: Tidal. HEX triplet: F2, FF and 98. RGB value is (242,255,152). Sum of RGB (Red+Green+Blue) = 242+255+152=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 152 (59.77% from 255 or 23.42% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF98 is #0D0067. Grayscale: #EFEFEF. Windows color (decimal): -852072 or 10026994. OLE color: 10026994.
HSL color Cylindrical-coordinate representation of color #F2FF98: hue angle of 67.57º 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 #F2FF98 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 152 | - |
| CMYK | 0.05 | 0 | 0.40 | 0 |
| HSL | 67.57º | 1% | 0.8% | - |
| HSV(B) | 67.57º | 0.4% | 1% | - |
| XYZ | 78.05 | 92.66 | 43.48 | - |
| YUV | 239.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 152 | 0.05 | 0 | 0.40 | 0 | 67.57 | 1 | 0.8 |
| Hex | F2 | FF | 98 | 5 | 0 | 28 | 0 | 44 | 64 | 50 |
| Octal | 362 | 377 | 230 | 5 | 0 | 50 | 0 | 104 | 144 | 120 |
| Binary | 11110010 | 11111111 | 10011000 | 101 | 0 | 101000 | 0 | 1000100 | 1100100 | 1010000 |
Color Harmonies of #F2FF98
Complementary color
Monochromatic Colors of #F2FF98
Black with #F2FF98
Text Example
Text Example
White with #F2FF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF98; }
p { color: rgb(242,255,152); }
H1.HeaderClassName
{
color: #F2FF98;
}
.AnyTagClassName
{
color: #F2FF98;
}
</style>
background-color css
<style>
a { background-color: #F2FF98; }
a { background-color: rgb(242,255,152); }
div.DivClassName
{
background-color: #F2FF98;
}
.BgClassName
{
background-color: #F2FF98;
}
</style>
border-color css
<style>
span { border-color: #F2FF98; }
span { border-color: rgb(242,255,152); }
td.TdClassName
{
border-color: #F2FF98;
}
.TagClassName
{
border-color: #F2FF98;
}
</style>