Shades of Tidal #F2F185
Tints of Tidal #F2F185
RGB
CMYK
RGB Variations
Color information
#F2F185 (or 0xF2F185) is known color: Tidal. HEX triplet: F2, F1 and 85. RGB value is (242,241,133). Sum of RGB (Red+Green+Blue) = 242+241+133=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F185 is #0D0E7A. Grayscale: #E5E5E5. Windows color (decimal): -855675 or 8778226. OLE color: 8778226.
HSL color Cylindrical-coordinate representation of color #F2F185: hue angle of 59.45º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2F185 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 133 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.05 |
| HSL | 59.45º | 0.81% | 0.74% | - |
| HSV(B) | 59.45º | 0.45% | 0.95% | - |
| XYZ | 72.31 | 83.48 | 34.49 | - |
| YUV | 228.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 133 | 0 | 0.00 | 0.45 | 0.05 | 59.45 | 0.81 | 0.74 |
| Hex | F2 | F1 | 85 | 0 | 0 | 2D | 5 | 3B | 51 | 4A |
| Octal | 362 | 361 | 205 | 0 | 0 | 55 | 5 | 73 | 121 | 112 |
| Binary | 11110010 | 11110001 | 10000101 | 0 | 0 | 101101 | 101 | 111011 | 1010001 | 1001010 |
Color Harmonies of #F2F185
Complementary color
Monochromatic Colors of #F2F185
Black with #F2F185
Text Example
Text Example
White with #F2F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F185; }
p { color: rgb(242,241,133); }
H1.HeaderClassName
{
color: #F2F185;
}
.AnyTagClassName
{
color: #F2F185;
}
</style>
background-color css
<style>
a { background-color: #F2F185; }
a { background-color: rgb(242,241,133); }
div.DivClassName
{
background-color: #F2F185;
}
.BgClassName
{
background-color: #F2F185;
}
</style>
border-color css
<style>
span { border-color: #F2F185; }
span { border-color: rgb(242,241,133); }
td.TdClassName
{
border-color: #F2F185;
}
.TagClassName
{
border-color: #F2F185;
}
</style>