Html Css Color HEX #F1F290 Tidal

📋 copy color: '#F1F290'

red 241 ◦ green 242 ◦ blue 144

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

Shades of Tidal #F1F290

Tints of Tidal #F1F290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.6%

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

R = 38.44%
G = 38.6%
B = 22.97%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1F290 (or 0xF1F290) is known color: Tidal. HEX triplet: F1, F2 and 90. RGB value is (241,242,144). Sum of RGB (Red+Green+Blue) = 241+242+144=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 144 (56.64% from 255 or 22.97% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F290 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F290 is #0E0D6F. Grayscale: #E6E6E6. Windows color (decimal): -920944 or 9499377. OLE color: 9499377.

HSL color Cylindrical-coordinate representation of color #F1F290: hue angle of 60.61º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1F290 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 242 144 -
CMYK 0.00 0 0.40 0.05
HSL 60.61º 0.79% 0.76% -
HSV(B) 60.61º 0.4% 0.95% -
XYZ 73.06 84.22 38.79 -
YUV 230.53 79.17 135.47 -
System Red Green Blue C M Y K H S L
Decimal 241 242 144 0.00 0 0.40 0.05 60.61 0.79 0.76
Hex F1 F2 90 0 0 28 5 3D 4F 4C
Octal 361 362 220 0 0 50 5 75 117 114
Binary 11110001 11110010 10010000 0 0 101000 101 111101 1001111 1001100

Color Harmonies of #F1F290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F290

Black with #F1F290

Text Example


Text Example

White with #F1F290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F290; }

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

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

background-color css

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

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

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

border-color css

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

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

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