#F1FA88

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

Shades of Tidal #F1FA88

Tints of Tidal #F1FA88

Color information

#F1FA88 (or 0xF1FA88) is unknown color: approx Tidal. HEX triplet: F1, FA and 88. RGB value is (241,250,136). Sum of RGB (Red+Green+Blue) = 241+250+136=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 136 (53.52% from 255 or 21.69% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA88 is #0E0577. Grayscale: #EAEAEA. Windows color (decimal): -918904 or 8977137. OLE color: 8977137.

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

Color convert

RGB241250136-
CMYK0.0400.460.02
HSL64.74º91.94%75.69%-
HSV(B)64.74º45.6%98.04%-
XYZ74.9188.8536.49-
YUV234.3172.52132.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 136 (53.52% from 255) = 21.69%
R=38.44%
G=39.87%
B=21.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501360.0400.460.0264.7491.9475.69
HexF1FA88402E2415c4c
Octal36137221040562101134114
Binary111100011111101010001000100010111010100000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA88; }

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

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

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

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

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

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

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

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