Html Css Color HEX #F1FD4A Paris Daisy

📋 copy color: '#F1FD4A'

red 241 ◦ green 253 ◦ blue 74

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

Shades of Paris Daisy #F1FD4A

Tints of Paris Daisy #F1FD4A

RGB

 RED value IS 241 (94.53% from 255) = 42.43%

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

 BLUE value IS 74 (29.3% from 255) = 13.03%

R = 42.43%
G = 44.54%
B = 13.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#F1FD4A (or 0xF1FD4A) is known color: Paris Daisy. HEX triplet: F1, FD and 4A. RGB value is (241,253,74). Sum of RGB (Red+Green+Blue) = 241+253+74=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 74 (29.30% from 255 or 13.03% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FD4A is #0E02B5. Grayscale: #E5E5E5. Windows color (decimal): -918198 or 4914673. OLE color: 4914673.

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

Color convert

RGB 241 253 74 -
CMYK 0.05 0 0.71 0.01
HSL 64.02º 0.98% 0.64% -
HSV(B) 64.02º 0.71% 0.99% -
XYZ 72.64 89.45 19.91 -
YUV 229.01 40.52 136.55 -
System Red Green Blue C M Y K H S L
Decimal 241 253 74 0.05 0 0.71 0.01 64.02 0.98 0.64
Hex F1 FD 4A 5 0 47 1 40 62 40
Octal 361 375 112 5 0 107 1 100 142 100
Binary 11110001 11111101 1001010 101 0 1000111 1 1000000 1100010 1000000

Color Harmonies of #F1FD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FD4A

Black with #F1FD4A

Text Example


Text Example

White with #F1FD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FD4A; }

 p { color: rgb(241,253,74); }

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

background-color css

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

 a { background-color: rgb(241,253,74); }

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

border-color css

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

 span { border-color: rgb(241,253,74); }

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