Html Css Color HEX #F2FD4F Paris Daisy

📋 copy color: '#F2FD4F'

red 242 ◦ green 253 ◦ blue 79

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

Shades of Paris Daisy #F2FD4F

Tints of Paris Daisy #F2FD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.76%

R = 42.16%
G = 44.08%
B = 13.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#F2FD4F (or 0xF2FD4F) is known color: Paris Daisy. HEX triplet: F2, FD and 4F. RGB value is (242,253,79). Sum of RGB (Red+Green+Blue) = 242+253+79=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 79 (31.25% from 255 or 13.76% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD4F is #0D02B0. Grayscale: #E6E6E6. Windows color (decimal): -852657 or 5242354. OLE color: 5242354.

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

Color convert

RGB 242 253 79 -
CMYK 0.04 0 0.69 0.01
HSL 63.79º 0.98% 0.65% -
HSV(B) 63.79º 0.69% 0.99% -
XYZ 73.15 89.69 20.85 -
YUV 229.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 242 253 79 0.04 0 0.69 0.01 63.79 0.98 0.65
Hex F2 FD 4F 4 0 45 1 40 62 41
Octal 362 375 117 4 0 105 1 100 142 101
Binary 11110010 11111101 1001111 100 0 1000101 1 1000000 1100010 1000001

Color Harmonies of #F2FD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD4F

Black with #F2FD4F

Text Example


Text Example

White with #F2FD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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