Html Css Color HEX #F2FC47 Paris Daisy

📋 copy color: '#F2FC47'

red 242 ◦ green 252 ◦ blue 71

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

Shades of Paris Daisy #F2FC47

Tints of Paris Daisy #F2FC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.57%

R = 42.83%
G = 44.6%
B = 12.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#F2FC47 (or 0xF2FC47) is known color: Paris Daisy. HEX triplet: F2, FC and 47. RGB value is (242,252,71). Sum of RGB (Red+Green+Blue) = 242+252+71=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 71 (28.12% from 255 or 12.57% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC47 is #0D03B8. Grayscale: #E5E5E5. Windows color (decimal): -852921 or 4717810. OLE color: 4717810.

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

Color convert

RGB 242 252 71 -
CMYK 0.04 0 0.72 0.01
HSL 63.31º 0.97% 0.63% -
HSV(B) 63.31º 0.72% 0.99% -
XYZ 72.57 88.95 19.31 -
YUV 228.38 39.19 137.72 -
System Red Green Blue C M Y K H S L
Decimal 242 252 71 0.04 0 0.72 0.01 63.31 0.97 0.63
Hex F2 FC 47 4 0 48 1 3F 61 3F
Octal 362 374 107 4 0 110 1 77 141 77
Binary 11110010 11111100 1000111 100 0 1001000 1 111111 1100001 111111

Color Harmonies of #F2FC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC47

Black with #F2FC47

Text Example


Text Example

White with #F2FC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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