Shades of Tidal #F2F188
Tints of Tidal #F2F188
RGB
CMYK
RGB Variations
Color information
#F2F188 (or 0xF2F188) is known color: Tidal. HEX triplet: F2, F1 and 88. RGB value is (242,241,136). Sum of RGB (Red+Green+Blue) = 242+241+136=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 136 (53.52% from 255 or 21.97% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F188 is #0D0E77. Grayscale: #E5E5E5. Windows color (decimal): -855672 or 8974834. OLE color: 8974834.
HSL color Cylindrical-coordinate representation of color #F2F188: hue angle of 59.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2F188 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 136 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.05 |
| HSL | 59.43º | 0.8% | 0.74% | - |
| HSV(B) | 59.43º | 0.44% | 0.95% | - |
| XYZ | 72.52 | 83.57 | 35.6 | - |
| YUV | 229.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 136 | 0 | 0.00 | 0.44 | 0.05 | 59.43 | 0.8 | 0.74 |
| Hex | F2 | F1 | 88 | 0 | 0 | 2C | 5 | 3B | 50 | 4A |
| Octal | 362 | 361 | 210 | 0 | 0 | 54 | 5 | 73 | 120 | 112 |
| Binary | 11110010 | 11110001 | 10001000 | 0 | 0 | 101100 | 101 | 111011 | 1010000 | 1001010 |
Color Harmonies of #F2F188
Complementary color
Monochromatic Colors of #F2F188
Black with #F2F188
Text Example
Text Example
White with #F2F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F188; }
p { color: rgb(242,241,136); }
H1.HeaderClassName
{
color: #F2F188;
}
.AnyTagClassName
{
color: #F2F188;
}
</style>
background-color css
<style>
a { background-color: #F2F188; }
a { background-color: rgb(242,241,136); }
div.DivClassName
{
background-color: #F2F188;
}
.BgClassName
{
background-color: #F2F188;
}
</style>
border-color css
<style>
span { border-color: #F2F188; }
span { border-color: rgb(242,241,136); }
td.TdClassName
{
border-color: #F2F188;
}
.TagClassName
{
border-color: #F2F188;
}
</style>