Html Css Color HEX #F0FC50 Paris Daisy

📋 copy color: '#F0FC50'

red 240 ◦ green 252 ◦ blue 80

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

Shades of Paris Daisy #F0FC50

Tints of Paris Daisy #F0FC50

RGB

 RED value IS 240 (94.14% from 255) = 41.96%

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

 BLUE value IS 80 (31.64% from 255) = 13.99%

R = 41.96%
G = 44.06%
B = 13.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#F0FC50 (or 0xF0FC50) is known color: Paris Daisy. HEX triplet: F0, FC and 50. RGB value is (240,252,80). Sum of RGB (Red+Green+Blue) = 240+252+80=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 80 (31.64% from 255 or 13.99% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC50 is #0F03AF. Grayscale: #E5E5E5. Windows color (decimal): -983984 or 5307632. OLE color: 5307632.

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

Color convert

RGB 240 252 80 -
CMYK 0.05 0 0.68 0.01
HSL 64.19º 0.97% 0.65% -
HSV(B) 64.19º 0.68% 0.99% -
XYZ 72.19 88.73 20.91 -
YUV 228.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 240 252 80 0.05 0 0.68 0.01 64.19 0.97 0.65
Hex F0 FC 50 5 0 44 1 40 61 41
Octal 360 374 120 5 0 104 1 100 141 101
Binary 11110000 11111100 1010000 101 0 1000100 1 1000000 1100001 1000001

Color Harmonies of #F0FC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC50

Black with #F0FC50

Text Example


Text Example

White with #F0FC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC50; }

 p { color: rgb(240,252,80); }

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

background-color css

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

 a { background-color: rgb(240,252,80); }

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

border-color css

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

 span { border-color: rgb(240,252,80); }

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