Shades of Tidal #F2FF8B
Tints of Tidal #F2FF8B
RGB
CMYK
RGB Variations
Color information
#F2FF8B (or 0xF2FF8B) is known color: Tidal. HEX triplet: F2, FF and 8B. RGB value is (242,255,139). Sum of RGB (Red+Green+Blue) = 242+255+139=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 139 (54.69% from 255 or 21.86% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF8B is #0D0074. Grayscale: #EEEEEE. Windows color (decimal): -852085 or 9175026. OLE color: 9175026.
HSL color Cylindrical-coordinate representation of color #F2FF8B: hue angle of 66.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2FF8B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 139 | - |
| CMYK | 0.05 | 0 | 0.45 | 0 |
| HSL | 66.72º | 1% | 0.77% | - |
| HSV(B) | 66.72º | 0.45% | 1% | - |
| XYZ | 77.04 | 92.26 | 38.17 | - |
| YUV | 237.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 139 | 0.05 | 0 | 0.45 | 0 | 66.72 | 1 | 0.77 |
| Hex | F2 | FF | 8B | 5 | 0 | 2D | 0 | 43 | 64 | 4D |
| Octal | 362 | 377 | 213 | 5 | 0 | 55 | 0 | 103 | 144 | 115 |
| Binary | 11110010 | 11111111 | 10001011 | 101 | 0 | 101101 | 0 | 1000011 | 1100100 | 1001101 |
Color Harmonies of #F2FF8B
Complementary color
Monochromatic Colors of #F2FF8B
Black with #F2FF8B
Text Example
Text Example
White with #F2FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF8B; }
p { color: rgb(242,255,139); }
H1.HeaderClassName
{
color: #F2FF8B;
}
.AnyTagClassName
{
color: #F2FF8B;
}
</style>
background-color css
<style>
a { background-color: #F2FF8B; }
a { background-color: rgb(242,255,139); }
div.DivClassName
{
background-color: #F2FF8B;
}
.BgClassName
{
background-color: #F2FF8B;
}
</style>
border-color css
<style>
span { border-color: #F2FF8B; }
span { border-color: rgb(242,255,139); }
td.TdClassName
{
border-color: #F2FF8B;
}
.TagClassName
{
border-color: #F2FF8B;
}
</style>