#F1FE80

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

Shades of Tidal #F1FE80

Tints of Tidal #F1FE80

Color information

#F1FE80 (or 0xF1FE80) is unknown color: approx Tidal. HEX triplet: F1, FE and 80. RGB value is (241,254,128). Sum of RGB (Red+Green+Blue) = 241+254+128=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FE80 is #0E017F. Grayscale: #ECECEC. Windows color (decimal): -917888 or 8453873. OLE color: 8453873.

HSL color Cylindrical-coordinate representation of color #F1FE80: hue angle of 66.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1FE80 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB241254128-
CMYK0.0500.500.00
HSL66.19º98.44%74.9%-
HSV(B)66.19º49.61%99.61%-
XYZ75.6191.1434.03-
YUV235.7567.19131.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 128 (50.39% from 255) = 20.55%
R=38.68%
G=40.77%
B=20.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412541280.0500.500.0066.1998.4474.9
HexF1FE805032042624b
Octal36137620050620102142113
Binary11110001111111101000000010101100100100001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FE80; }

 p { color: rgb(241,254,128); }

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

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

 a { background-color: rgb(241,254,128); }

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

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

 span { border-color: rgb(241,254,128); }

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