#F1FA93

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

Shades of Tidal #F1FA93

Tints of Tidal #F1FA93

Color information

#F1FA93 (or 0xF1FA93) is unknown color: approx Tidal. HEX triplet: F1, FA and 93. RGB value is (241,250,147). Sum of RGB (Red+Green+Blue) = 241+250+147=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 147 (57.81% from 255 or 23.04% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA93 is #0E056C. Grayscale: #EBEBEB. Windows color (decimal): -918893 or 9698033. OLE color: 9698033.

HSL color Cylindrical-coordinate representation of color #F1FA93: hue angle of 65.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1FA93 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB241250147-
CMYK0.0400.410.02
HSL65.24º91.15%77.84%-
HSV(B)65.24º41.2%98.04%-
XYZ75.7389.1840.83-
YUV235.5778.02131.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 147 (57.81% from 255) = 23.04%
R=37.77%
G=39.18%
B=23.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501470.0400.410.0265.2491.1577.84
HexF1FA9340292415b4e
Octal36137222340512101133116
Binary111100011111101010010011100010100110100000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA93; }

 p { color: rgb(241,250,147); }

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

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

 a { background-color: rgb(241,250,147); }

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

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

 span { border-color: rgb(241,250,147); }

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