Html Css Color HEX #F2FF3F Paris Daisy

📋 copy color: '#F2FF3F'

red 242 ◦ green 255 ◦ blue 63

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

Shades of Paris Daisy #F2FF3F

Tints of Paris Daisy #F2FF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.25%

R = 43.21%
G = 45.54%
B = 11.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#F2FF3F (or 0xF2FF3F) is known color: Paris Daisy. HEX triplet: F2, FF and 3F. RGB value is (242,255,63). Sum of RGB (Red+Green+Blue) = 242+255+63=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 63 (25% from 255 or 11.25% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF3F is #0D00C0. Grayscale: #E5E5E5. Windows color (decimal): -852161 or 4194290. OLE color: 4194290.

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

Color convert

RGB 242 255 63 -
CMYK 0.05 0 0.75 0
HSL 64.06º 1% 0.62% -
HSV(B) 64.06º 0.75% 1% -
XYZ 73.28 90.76 18.36 -
YUV 229.23 34.19 137.11 -
System Red Green Blue C M Y K H S L
Decimal 242 255 63 0.05 0 0.75 0 64.06 1 0.62
Hex F2 FF 3F 5 0 4B 0 40 64 3E
Octal 362 377 77 5 0 113 0 100 144 76
Binary 11110010 11111111 111111 101 0 1001011 0 1000000 1100100 111110

Color Harmonies of #F2FF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF3F

Black with #F2FF3F

Text Example


Text Example

White with #F2FF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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