Html Css Color HEX #F2FC42 Paris Daisy

📋 copy color: '#F2FC42'

red 242 ◦ green 252 ◦ blue 66

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

Shades of Paris Daisy #F2FC42

Tints of Paris Daisy #F2FC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.79%

R = 43.21%
G = 45%
B = 11.79%

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

#F2FC42 (or 0xF2FC42) is known color: Paris Daisy. HEX triplet: F2, FC and 42. RGB value is (242,252,66). Sum of RGB (Red+Green+Blue) = 242+252+66=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 66 (26.17% from 255 or 11.79% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC42 is #0D03BD. Grayscale: #E4E4E4. Windows color (decimal): -852926 or 4390130. OLE color: 4390130.

HSL color Cylindrical-coordinate representation of color #F2FC42: hue angle of 63.23º 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 #F2FC42 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 66 -
CMYK 0.04 0 0.74 0.01
HSL 63.23º 0.97% 0.62% -
HSV(B) 63.23º 0.74% 0.99% -
XYZ 72.41 88.89 18.5 -
YUV 227.81 36.69 138.12 -
System Red Green Blue C M Y K H S L
Decimal 242 252 66 0.04 0 0.74 0.01 63.23 0.97 0.62
Hex F2 FC 42 4 0 4A 1 3F 61 3E
Octal 362 374 102 4 0 112 1 77 141 76
Binary 11110010 11111100 1000010 100 0 1001010 1 111111 1100001 111110

Color Harmonies of #F2FC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC42

Black with #F2FC42

Text Example


Text Example

White with #F2FC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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