#F1FC81

Color #F1FC81 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #F1FC81

Tints of Tidal #F1FC81

Color information

#F1FC81 (or 0xF1FC81) is unknown color: approx Tidal. HEX triplet: F1, FC and 81. RGB value is (241,252,129). Sum of RGB (Red+Green+Blue) = 241+252+129=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 129 (50.78% from 255 or 20.74% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FC81 is #0E037E. Grayscale: #EBEBEB. Windows color (decimal): -918399 or 8518897. OLE color: 8518897.

HSL color Cylindrical-coordinate representation of color #F1FC81: hue angle of 65.37º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1FC81 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB241252129-
CMYK0.0400.490.01
HSL65.37º95.35%74.71%-
HSV(B)65.37º48.81%98.82%-
XYZ75.0589.9134.17-
YUV234.6968.36132.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 129 (50.78% from 255) = 20.74%
R=38.75%
G=40.51%
B=20.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412521290.0400.490.0165.3795.3574.71
HexF1FC8140311415f4b
Octal36137420140611101137113
Binary11110001111111001000000110001100011100000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FC81; }

 p { color: rgb(241,252,129); }

 H1.HeaderClassName
 {
   color: #F1FC81;
 }
 .AnyTagClassName
 {
   color: #F1FC81;
 }
</style>
background-color css

<style>
 a { background-color: #F1FC81; }

 a { background-color: rgb(241,252,129); }

 div.DivClassName
 {
   background-color: #F1FC81;
 }
 .BgClassName
 {
   background-color: #F1FC81;
 }
</style>
border-color css

<style>
 span { border-color: #F1FC81; }

 span { border-color: rgb(241,252,129); }

 td.TdClassName
 {
   border-color: #F1FC81;
 }
 .TagClassName
 {
   border-color: #F1FC81;
 }
</style>