Shades of Tidal #F2FA85
Tints of Tidal #F2FA85
RGB
CMYK
RGB Variations
Color information
#F2FA85 (or 0xF2FA85) is known color: Tidal. HEX triplet: F2, FA and 85. RGB value is (242,250,133). Sum of RGB (Red+Green+Blue) = 242+250+133=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA85 is #0D057A. Grayscale: #EAEAEA. Windows color (decimal): -853371 or 8780530. OLE color: 8780530.
HSL color Cylindrical-coordinate representation of color #F2FA85: hue angle of 64.1º 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 #F2FA85 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 133 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.02 |
| HSL | 64.1º | 0.92% | 0.75% | - |
| HSV(B) | 64.1º | 0.47% | 0.98% | - |
| XYZ | 75.04 | 88.94 | 35.4 | - |
| YUV | 234.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 133 | 0.03 | 0 | 0.47 | 0.02 | 64.1 | 0.92 | 0.75 |
| Hex | F2 | FA | 85 | 3 | 0 | 2F | 2 | 40 | 5C | 4B |
| Octal | 362 | 372 | 205 | 3 | 0 | 57 | 2 | 100 | 134 | 113 |
| Binary | 11110010 | 11111010 | 10000101 | 11 | 0 | 101111 | 10 | 1000000 | 1011100 | 1001011 |
Color Harmonies of #F2FA85
Complementary color
Monochromatic Colors of #F2FA85
Black with #F2FA85
Text Example
Text Example
White with #F2FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA85; }
p { color: rgb(242,250,133); }
H1.HeaderClassName
{
color: #F2FA85;
}
.AnyTagClassName
{
color: #F2FA85;
}
</style>
background-color css
<style>
a { background-color: #F2FA85; }
a { background-color: rgb(242,250,133); }
div.DivClassName
{
background-color: #F2FA85;
}
.BgClassName
{
background-color: #F2FA85;
}
</style>
border-color css
<style>
span { border-color: #F2FA85; }
span { border-color: rgb(242,250,133); }
td.TdClassName
{
border-color: #F2FA85;
}
.TagClassName
{
border-color: #F2FA85;
}
</style>