Html Css Color HEX #F2FC41 Paris Daisy

📋 copy color: '#F2FC41'

red 242 ◦ green 252 ◦ blue 65

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

Shades of Paris Daisy #F2FC41

Tints of Paris Daisy #F2FC41

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.08%

 BLUE value IS 65 (25.78% from 255) = 11.63%

R = 43.29%
G = 45.08%
B = 11.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#F2FC41 (or 0xF2FC41) is known color: Paris Daisy. HEX triplet: F2, FC and 41. RGB value is (242,252,65). Sum of RGB (Red+Green+Blue) = 242+252+65=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 65 (25.78% from 255 or 11.63% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC41 is #0D03BE. Grayscale: #E4E4E4. Windows color (decimal): -852927 or 4324594. OLE color: 4324594.

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

Color convert

RGB 242 252 65 -
CMYK 0.04 0 0.74 0.01
HSL 63.21º 0.97% 0.62% -
HSV(B) 63.21º 0.74% 0.99% -
XYZ 72.38 88.88 18.34 -
YUV 227.69 36.19 138.21 -
System Red Green Blue C M Y K H S L
Decimal 242 252 65 0.04 0 0.74 0.01 63.21 0.97 0.62
Hex F2 FC 41 4 0 4A 1 3F 61 3E
Octal 362 374 101 4 0 112 1 77 141 76
Binary 11110010 11111100 1000001 100 0 1001010 1 111111 1100001 111110

Color Harmonies of #F2FC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC41

Black with #F2FC41

Text Example


Text Example

White with #F2FC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC41; }

 p { color: rgb(242,252,65); }

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

background-color css

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

 a { background-color: rgb(242,252,65); }

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

border-color css

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

 span { border-color: rgb(242,252,65); }

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