Html Css Color HEX #F2FC43 Paris Daisy

📋 copy color: '#F2FC43'

red 242 ◦ green 252 ◦ blue 67

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

Shades of Paris Daisy #F2FC43

Tints of Paris Daisy #F2FC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 11.94%

R = 43.14%
G = 44.92%
B = 11.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#F2FC43 (or 0xF2FC43) is known color: Paris Daisy. HEX triplet: F2, FC and 43. RGB value is (242,252,67). Sum of RGB (Red+Green+Blue) = 242+252+67=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 67 (26.56% from 255 or 11.94% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC43 is #0D03BC. Grayscale: #E4E4E4. Windows color (decimal): -852925 or 4455666. OLE color: 4455666.

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

Color convert

RGB 242 252 67 -
CMYK 0.04 0 0.73 0.01
HSL 63.24º 0.97% 0.63% -
HSV(B) 63.24º 0.73% 0.99% -
XYZ 72.44 88.9 18.65 -
YUV 227.92 37.19 138.04 -
System Red Green Blue C M Y K H S L
Decimal 242 252 67 0.04 0 0.73 0.01 63.24 0.97 0.63
Hex F2 FC 43 4 0 49 1 3F 61 3F
Octal 362 374 103 4 0 111 1 77 141 77
Binary 11110010 11111100 1000011 100 0 1001001 1 111111 1100001 111111

Color Harmonies of #F2FC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC43

Black with #F2FC43

Text Example


Text Example

White with #F2FC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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