Html Css Color HEX #F2FD3F Paris Daisy

📋 copy color: '#F2FD3F'

red 242 ◦ green 253 ◦ blue 63

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

Shades of Paris Daisy #F2FD3F

Tints of Paris Daisy #F2FD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.34%

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

R = 43.37%
G = 45.34%
B = 11.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#F2FD3F (or 0xF2FD3F) is known color: Paris Daisy. HEX triplet: F2, FD and 3F. RGB value is (242,253,63). Sum of RGB (Red+Green+Blue) = 242+253+63=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 63 (25% from 255 or 11.29% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD3F is #0D02C0. Grayscale: #E4E4E4. Windows color (decimal): -852673 or 4193778. OLE color: 4193778.

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

Color convert

RGB 242 253 63 -
CMYK 0.04 0 0.75 0.01
HSL 63.47º 0.98% 0.62% -
HSV(B) 63.47º 0.75% 0.99% -
XYZ 72.64 89.49 18.15 -
YUV 228.05 34.86 137.95 -
System Red Green Blue C M Y K H S L
Decimal 242 253 63 0.04 0 0.75 0.01 63.47 0.98 0.62
Hex F2 FD 3F 4 0 4B 1 3F 62 3E
Octal 362 375 77 4 0 113 1 77 142 76
Binary 11110010 11111101 111111 100 0 1001011 1 111111 1100010 111110

Color Harmonies of #F2FD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD3F

Black with #F2FD3F

Text Example


Text Example

White with #F2FD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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