#F1F890

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

Shades of Tidal #F1F890

Tints of Tidal #F1F890

Color information

#F1F890 (or 0xF1F890) is unknown color: approx Tidal. HEX triplet: F1, F8 and 90. RGB value is (241,248,144). Sum of RGB (Red+Green+Blue) = 241+248+144=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 144 (56.64% from 255 or 22.75% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F890 is #0E076F. Grayscale: #EAEAEA. Windows color (decimal): -919408 or 9500913. OLE color: 9500913.

HSL color Cylindrical-coordinate representation of color #F1F890: hue angle of 64.04º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1F890 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB241248144-
CMYK0.0300.420.03
HSL64.04º88.14%76.86%-
HSV(B)64.04º41.94%97.25%-
XYZ74.8887.8539.4-
YUV234.0577.18132.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 248 (97.27% from 255) = 39.18%
BLUE value IS 144 (56.64% from 255) = 22.75%
R=38.07%
G=39.18%
B=22.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412481440.0300.420.0364.0488.1476.86
HexF1F890302A340584d
Octal36137022030523100130115
Binary11110001111110001001000011010101011100000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F890; }

 p { color: rgb(241,248,144); }

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

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

 a { background-color: rgb(241,248,144); }

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

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

 span { border-color: rgb(241,248,144); }

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