Shades of Tidal #F1FF86
Tints of Tidal #F1FF86
RGB
CMYK
RGB Variations
Color information
#F1FF86 (or 0xF1FF86) is known color: Tidal. HEX triplet: F1, FF and 86. RGB value is (241,255,134). Sum of RGB (Red+Green+Blue) = 241+255+134=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 134 (52.73% from 255 or 21.27% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FF86 is #0E0079. Grayscale: #EDEDED. Windows color (decimal): -917626 or 8847345. OLE color: 8847345.
HSL color Cylindrical-coordinate representation of color #F1FF86: hue angle of 66.94º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1FF86 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 134 | - |
| CMYK | 0.05 | 0 | 0.47 | 0 |
| HSL | 66.94º | 1% | 0.76% | - |
| HSV(B) | 66.94º | 0.47% | 1% | - |
| XYZ | 76.34 | 91.94 | 36.28 | - |
| YUV | 237.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 134 | 0.05 | 0 | 0.47 | 0 | 66.94 | 1 | 0.76 |
| Hex | F1 | FF | 86 | 5 | 0 | 2F | 0 | 43 | 64 | 4C |
| Octal | 361 | 377 | 206 | 5 | 0 | 57 | 0 | 103 | 144 | 114 |
| Binary | 11110001 | 11111111 | 10000110 | 101 | 0 | 101111 | 0 | 1000011 | 1100100 | 1001100 |
Color Harmonies of #F1FF86
Complementary color
Monochromatic Colors of #F1FF86
Black with #F1FF86
Text Example
Text Example
White with #F1FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF86; }
p { color: rgb(241,255,134); }
H1.HeaderClassName
{
color: #F1FF86;
}
.AnyTagClassName
{
color: #F1FF86;
}
</style>
background-color css
<style>
a { background-color: #F1FF86; }
a { background-color: rgb(241,255,134); }
div.DivClassName
{
background-color: #F1FF86;
}
.BgClassName
{
background-color: #F1FF86;
}
</style>
border-color css
<style>
span { border-color: #F1FF86; }
span { border-color: rgb(241,255,134); }
td.TdClassName
{
border-color: #F1FF86;
}
.TagClassName
{
border-color: #F1FF86;
}
</style>