#F1FA95

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

Shades of Tidal #F1FA95

Tints of Tidal #F1FA95

Color information

#F1FA95 (or 0xF1FA95) is unknown color: approx Tidal. HEX triplet: F1, FA and 95. RGB value is (241,250,149). Sum of RGB (Red+Green+Blue) = 241+250+149=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 149 (58.59% from 255 or 23.28% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA95 is #0E056A. Grayscale: #ECECEC. Windows color (decimal): -918891 or 9829105. OLE color: 9829105.

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

Color convert

RGB241250149-
CMYK0.0400.400.02
HSL65.35º90.99%78.24%-
HSV(B)65.35º40.4%98.04%-
XYZ75.8989.2441.66-
YUV235.879.02131.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 149 (58.59% from 255) = 23.28%
R=37.66%
G=39.06%
B=23.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501490.0400.400.0265.3590.9978.24
HexF1FA9540282415b4e
Octal36137222540502101133116
Binary111100011111101010010101100010100010100000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA95; }

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

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

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

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

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

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

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

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