#F2FE94

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

Shades of Tidal #F2FE94

Tints of Tidal #F2FE94

Color information

#F2FE94 (or 0xF2FE94) is unknown color: approx Tidal. HEX triplet: F2, FE and 94. RGB value is (242,254,148). Sum of RGB (Red+Green+Blue) = 242+254+148=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 148 (58.20% from 255 or 22.98% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FE94 is #0D016B. Grayscale: #EEEEEE. Windows color (decimal): -852332 or 9764594. OLE color: 9764594.

HSL color Cylindrical-coordinate representation of color #F2FE94: hue angle of 66.79º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2FE94 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB242254148-
CMYK0.0500.420.00
HSL66.79º98.15%78.82%-
HSV(B)66.79º41.73%99.61%-
XYZ77.4191.941.68-
YUV238.3377.02130.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.58%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 148 (58.20% from 255) = 22.98%
R=37.58%
G=39.44%
B=22.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422541480.0500.420.0066.7998.1578.82
HexF2FE94502A043624f
Octal36237622450520103142117
Binary11110010111111101001010010101010100100001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FE94; }

 p { color: rgb(242,254,148); }

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

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

 a { background-color: rgb(242,254,148); }

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

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

 span { border-color: rgb(242,254,148); }

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