Html Css Color HEX #F2FA80 Tidal

📋 copy color: '#F2FA80'

red 242 ◦ green 250 ◦ blue 128

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

Shades of Tidal #F2FA80

Tints of Tidal #F2FA80

RGB

 RED value IS 242 (94.92% from 255) = 39.03%

 GREEN value IS 250 (98.05% from 255) = 40.32%

 BLUE value IS 128 (50.39% from 255) = 20.65%

R = 39.03%
G = 40.32%
B = 20.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F2FA80 (or 0xF2FA80) is known color: Tidal. HEX triplet: F2, FA and 80. RGB value is (242,250,128). Sum of RGB (Red+Green+Blue) = 242+250+128=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 128 (50.39% from 255 or 20.65% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA80 is #0D057F. Grayscale: #EAEAEA. Windows color (decimal): -853376 or 8452850. OLE color: 8452850.

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

Color convert

RGB 242 250 128 -
CMYK 0.03 0 0.49 0.02
HSL 63.93º 0.92% 0.74% -
HSV(B) 63.93º 0.49% 0.98% -
XYZ 74.7 88.81 33.63 -
YUV 233.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 242 250 128 0.03 0 0.49 0.02 63.93 0.92 0.74
Hex F2 FA 80 3 0 31 2 40 5C 4A
Octal 362 372 200 3 0 61 2 100 134 112
Binary 11110010 11111010 10000000 11 0 110001 10 1000000 1011100 1001010

Color Harmonies of #F2FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA80

Black with #F2FA80

Text Example


Text Example

White with #F2FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA80; }

 p { color: rgb(242,250,128); }

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

background-color css

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

 a { background-color: rgb(242,250,128); }

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

border-color css

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

 span { border-color: rgb(242,250,128); }

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