Shades of Tidal #F0F780
Tints of Tidal #F0F780
RGB
CMYK
RGB Variations
Color information
#F0F780 (or 0xF0F780) is known color: Tidal. HEX triplet: F0, F7 and 80. RGB value is (240,247,128). Sum of RGB (Red+Green+Blue) = 240+247+128=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F780 is #0F087F. Grayscale: #E7E7E7. Windows color (decimal): -985216 or 8452080. OLE color: 8452080.
HSL color Cylindrical-coordinate representation of color #F0F780: hue angle of 63.53º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F780 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 128 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.03 |
| HSL | 63.53º | 0.88% | 0.74% | - |
| HSV(B) | 63.53º | 0.48% | 0.97% | - |
| XYZ | 73.09 | 86.61 | 33.29 | - |
| YUV | 231.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 128 | 0.03 | 0 | 0.48 | 0.03 | 63.53 | 0.88 | 0.74 |
| Hex | F0 | F7 | 80 | 3 | 0 | 30 | 3 | 40 | 58 | 4A |
| Octal | 360 | 367 | 200 | 3 | 0 | 60 | 3 | 100 | 130 | 112 |
| Binary | 11110000 | 11110111 | 10000000 | 11 | 0 | 110000 | 11 | 1000000 | 1011000 | 1001010 |
Color Harmonies of #F0F780
Complementary color
Monochromatic Colors of #F0F780
Black with #F0F780
Text Example
Text Example
White with #F0F780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F780; }
p { color: rgb(240,247,128); }
H1.HeaderClassName
{
color: #F0F780;
}
.AnyTagClassName
{
color: #F0F780;
}
</style>
background-color css
<style>
a { background-color: #F0F780; }
a { background-color: rgb(240,247,128); }
div.DivClassName
{
background-color: #F0F780;
}
.BgClassName
{
background-color: #F0F780;
}
</style>
border-color css
<style>
span { border-color: #F0F780; }
span { border-color: rgb(240,247,128); }
td.TdClassName
{
border-color: #F0F780;
}
.TagClassName
{
border-color: #F0F780;
}
</style>