#F1F993

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

Shades of Tidal #F1F993

Tints of Tidal #F1F993

Color information

#F1F993 (or 0xF1F993) is unknown color: approx Tidal. HEX triplet: F1, F9 and 93. RGB value is (241,249,147). Sum of RGB (Red+Green+Blue) = 241+249+147=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 147 (57.81% from 255 or 23.08% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F993 is #0E066C. Grayscale: #EBEBEB. Windows color (decimal): -919149 or 9697777. OLE color: 9697777.

HSL color Cylindrical-coordinate representation of color #F1F993: hue angle of 64.71º 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 #F1F993 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB241249147-
CMYK0.0300.410.02
HSL64.71º89.47%77.65%-
HSV(B)64.71º40.96%97.65%-
XYZ75.4288.5640.72-
YUV234.9878.35132.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 147 (57.81% from 255) = 23.08%
R=37.83%
G=39.09%
B=23.08%

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
Decimal2412491470.0300.410.0264.7189.4777.65
HexF1F9933029241594e
Octal36137122330512101131116
Binary11110001111110011001001111010100110100000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F993; }

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

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

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

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

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

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

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

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