Html Css Color HEX #F2FF9A Tidal

📋 copy color: '#F2FF9A'

red 242 ◦ green 255 ◦ blue 154

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

Shades of Tidal #F2FF9A

Tints of Tidal #F2FF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 23.66%

R = 37.17%
G = 39.17%
B = 23.66%

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

#F2FF9A (or 0xF2FF9A) is known color: Tidal. HEX triplet: F2, FF and 9A. RGB value is (242,255,154). Sum of RGB (Red+Green+Blue) = 242+255+154=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 154 (60.55% from 255 or 23.66% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF9A is #0D0065. Grayscale: #EFEFEF. Windows color (decimal): -852070 or 10158066. OLE color: 10158066.

HSL color Cylindrical-coordinate representation of color #F2FF9A: hue angle of 67.72º 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 #F2FF9A is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 242 255 154 -
CMYK 0.05 0 0.40 0
HSL 67.72º 1% 0.8% -
HSV(B) 67.72º 0.4% 1% -
XYZ 78.21 92.73 44.35 -
YUV 239.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 242 255 154 0.05 0 0.40 0 67.72 1 0.8
Hex F2 FF 9A 5 0 28 0 44 64 50
Octal 362 377 232 5 0 50 0 104 144 120
Binary 11110010 11111111 10011010 101 0 101000 0 1000100 1100100 1010000

Color Harmonies of #F2FF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF9A

Black with #F2FF9A

Text Example


Text Example

White with #F2FF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF9A; }

 p { color: rgb(242,255,154); }

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

background-color css

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

 a { background-color: rgb(242,255,154); }

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

border-color css

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

 span { border-color: rgb(242,255,154); }

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