#F1FA85

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

Shades of Tidal #F1FA85

Tints of Tidal #F1FA85

Color information

#F1FA85 (or 0xF1FA85) is unknown color: approx Tidal. HEX triplet: F1, FA and 85. RGB value is (241,250,133). Sum of RGB (Red+Green+Blue) = 241+250+133=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FA85 is #0E057A. Grayscale: #EAEAEA. Windows color (decimal): -918907 or 8780529. OLE color: 8780529.

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

Color convert

RGB241250133-
CMYK0.0400.470.02
HSL64.62º92.13%75.1%-
HSV(B)64.62º46.8%98.04%-
XYZ74.6988.7735.39-
YUV233.9771.02133.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 133 (52.34% from 255) = 21.31%
R=38.62%
G=40.06%
B=21.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412501330.0400.470.0264.6292.1375.1
HexF1FA85402F2415c4b
Octal36137220540572101134113
Binary111100011111101010000101100010111110100000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FA85; }

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

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

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

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

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

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

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

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