Html Css Color HEX #F2FC45 Paris Daisy

📋 copy color: '#F2FC45'

red 242 ◦ green 252 ◦ blue 69

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

Shades of Paris Daisy #F2FC45

Tints of Paris Daisy #F2FC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.26%

R = 42.98%
G = 44.76%
B = 12.26%

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

#F2FC45 (or 0xF2FC45) is known color: Paris Daisy. HEX triplet: F2, FC and 45. RGB value is (242,252,69). Sum of RGB (Red+Green+Blue) = 242+252+69=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC45 is #0D03BA. Grayscale: #E4E4E4. Windows color (decimal): -852923 or 4586738. OLE color: 4586738.

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

Color convert

RGB 242 252 69 -
CMYK 0.04 0 0.73 0.01
HSL 63.28º 0.97% 0.63% -
HSV(B) 63.28º 0.73% 0.99% -
XYZ 72.5 88.93 18.97 -
YUV 228.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 242 252 69 0.04 0 0.73 0.01 63.28 0.97 0.63
Hex F2 FC 45 4 0 49 1 3F 61 3F
Octal 362 374 105 4 0 111 1 77 141 77
Binary 11110010 11111100 1000101 100 0 1001001 1 111111 1100001 111111

Color Harmonies of #F2FC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC45

Black with #F2FC45

Text Example


Text Example

White with #F2FC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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