#F1F994

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

Shades of Tidal #F1F994

Tints of Tidal #F1F994

Color information

#F1F994 (or 0xF1F994) is unknown color: approx Tidal. HEX triplet: F1, F9 and 94. RGB value is (241,249,148). Sum of RGB (Red+Green+Blue) = 241+249+148=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 148 (58.20% from 255 or 23.20% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F994 is #0E066B. Grayscale: #EBEBEB. Windows color (decimal): -919148 or 9763313. OLE color: 9763313.

HSL color Cylindrical-coordinate representation of color #F1F994: hue angle of 64.75º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1F994 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB241249148-
CMYK0.0300.410.02
HSL64.75º89.38%77.84%-
HSV(B)64.75º40.56%97.65%-
XYZ75.588.5941.14-
YUV235.0978.85132.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 148 (58.20% from 255) = 23.20%
R=37.77%
G=39.03%
B=23.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412491480.0300.410.0264.7589.3877.84
HexF1F9943029241594e
Octal36137122430512101131116
Binary11110001111110011001010011010100110100000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F994; }

 p { color: rgb(241,249,148); }

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

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

 a { background-color: rgb(241,249,148); }

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

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

 span { border-color: rgb(241,249,148); }

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