Html Css Color HEX #F1F690 Tidal

📋 copy color: '#F1F690'

red 241 ◦ green 246 ◦ blue 144

#F1F690
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #F1F690

Tints of Tidal #F1F690

RGB

 RED value IS 241 (94.53% from 255) = 38.19%

 GREEN value IS 246 (96.48% from 255) = 38.99%

 BLUE value IS 144 (56.64% from 255) = 22.82%

R = 38.19%
G = 38.99%
B = 22.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F1F690 (or 0xF1F690) is known color: Tidal. HEX triplet: F1, F6 and 90. RGB value is (241,246,144). Sum of RGB (Red+Green+Blue) = 241+246+144=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 144 (56.64% from 255 or 22.82% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F690 is #0E096F. Grayscale: #E9E9E9. Windows color (decimal): -919920 or 9500401. OLE color: 9500401.

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

Color convert

RGB 241 246 144 -
CMYK 0.02 0 0.41 0.04
HSL 62.94º 0.85% 0.76% -
HSV(B) 62.94º 0.41% 0.96% -
XYZ 74.27 86.63 39.19 -
YUV 232.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 241 246 144 0.02 0 0.41 0.04 62.94 0.85 0.76
Hex F1 F6 90 2 0 29 4 3F 55 4C
Octal 361 366 220 2 0 51 4 77 125 114
Binary 11110001 11110110 10010000 10 0 101001 100 111111 1010101 1001100

Color Harmonies of #F1F690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F690

Black with #F1F690

Text Example


Text Example

White with #F1F690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F690; }

 p { color: rgb(241,246,144); }

 H1.HeaderClassName
 {
   color: #F1F690;
 }
 .AnyTagClassName
 {
   color: #F1F690;
 }
</style>

background-color css

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

 a { background-color: rgb(241,246,144); }

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

border-color css

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

 span { border-color: rgb(241,246,144); }

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