Html Css Color HEX #F2FC46 Paris Daisy

📋 copy color: '#F2FC46'

red 242 ◦ green 252 ◦ blue 70

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

Shades of Paris Daisy #F2FC46

Tints of Paris Daisy #F2FC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.41%

R = 42.91%
G = 44.68%
B = 12.41%

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

#F2FC46 (or 0xF2FC46) is known color: Paris Daisy. HEX triplet: F2, FC and 46. RGB value is (242,252,70). Sum of RGB (Red+Green+Blue) = 242+252+70=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 70 (27.73% from 255 or 12.41% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC46 is #0D03B9. Grayscale: #E4E4E4. Windows color (decimal): -852922 or 4652274. OLE color: 4652274.

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

Color convert

RGB 242 252 70 -
CMYK 0.04 0 0.72 0.01
HSL 63.3º 0.97% 0.63% -
HSV(B) 63.3º 0.72% 0.99% -
XYZ 72.53 88.94 19.14 -
YUV 228.26 38.69 137.8 -
System Red Green Blue C M Y K H S L
Decimal 242 252 70 0.04 0 0.72 0.01 63.3 0.97 0.63
Hex F2 FC 46 4 0 48 1 3F 61 3F
Octal 362 374 106 4 0 110 1 77 141 77
Binary 11110010 11111100 1000110 100 0 1001000 1 111111 1100001 111111

Color Harmonies of #F2FC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC46

Black with #F2FC46

Text Example


Text Example

White with #F2FC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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