Shades of Tidal #F1FA85
Tints of Tidal #F1FA85
RGB
CMYK
RGB Variations
Color information
#F1FA85 (or 0xF1FA85) is known color: Tidal. HEX triplet: F1, FA and 85. RGB value is (241,250,133). Sum of RGB (Red+Green+Blue) = 241+250+133=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA85 is #0E057A. Grayscale: #EAEAEA. Windows color (decimal): -918907 or 8780529. OLE color: 8780529.
HSL color Cylindrical-coordinate representation of color #F1FA85: hue angle of 64.62º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1FA85 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 133 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.02 |
| HSL | 64.62º | 0.92% | 0.75% | - |
| HSV(B) | 64.62º | 0.47% | 0.98% | - |
| XYZ | 74.69 | 88.77 | 35.39 | - |
| YUV | 233.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 133 | 0.04 | 0 | 0.47 | 0.02 | 64.62 | 0.92 | 0.75 |
| Hex | F1 | FA | 85 | 4 | 0 | 2F | 2 | 41 | 5C | 4B |
| Octal | 361 | 372 | 205 | 4 | 0 | 57 | 2 | 101 | 134 | 113 |
| Binary | 11110001 | 11111010 | 10000101 | 100 | 0 | 101111 | 10 | 1000001 | 1011100 | 1001011 |
Color Harmonies of #F1FA85
Complementary color
Monochromatic Colors of #F1FA85
Black with #F1FA85
Text Example
Text Example
White with #F1FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA85; }
p { color: rgb(241,250,133); }
H1.HeaderClassName
{
color: #F1FA85;
}
.AnyTagClassName
{
color: #F1FA85;
}
</style>
background-color css
<style>
a { background-color: #F1FA85; }
a { background-color: rgb(241,250,133); }
div.DivClassName
{
background-color: #F1FA85;
}
.BgClassName
{
background-color: #F1FA85;
}
</style>
border-color css
<style>
span { border-color: #F1FA85; }
span { border-color: rgb(241,250,133); }
td.TdClassName
{
border-color: #F1FA85;
}
.TagClassName
{
border-color: #F1FA85;
}
</style>