Html Css Color HEX #F1FF98 Tidal

📋 copy color: '#F1FF98'

red 241 ◦ green 255 ◦ blue 152

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

Shades of Tidal #F1FF98

Tints of Tidal #F1FF98

RGB

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

 GREEN value IS 255 (100% from 255) = 39.35%

 BLUE value IS 152 (59.77% from 255) = 23.46%

R = 37.19%
G = 39.35%
B = 23.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#F1FF98 (or 0xF1FF98) is known color: Tidal. HEX triplet: F1, FF and 98. RGB value is (241,255,152). Sum of RGB (Red+Green+Blue) = 241+255+152=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 152 (59.77% from 255 or 23.46% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FF98 is #0E0067. Grayscale: #EFEFEF. Windows color (decimal): -917608 or 10026993. OLE color: 10026993.

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

Color convert

RGB 241 255 152 -
CMYK 0.05 0 0.40 0
HSL 68.16º 1% 0.8% -
HSV(B) 68.16º 0.4% 1% -
XYZ 77.7 92.49 43.46 -
YUV 239.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 241 255 152 0.05 0 0.40 0 68.16 1 0.8
Hex F1 FF 98 5 0 28 0 44 64 50
Octal 361 377 230 5 0 50 0 104 144 120
Binary 11110001 11111111 10011000 101 0 101000 0 1000100 1100100 1010000

Color Harmonies of #F1FF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FF98

Black with #F1FF98

Text Example


Text Example

White with #F1FF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FF98; }

 p { color: rgb(241,255,152); }

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

background-color css

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

 a { background-color: rgb(241,255,152); }

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

border-color css

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

 span { border-color: rgb(241,255,152); }

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