Html Css Color HEX #F2FE50 Paris Daisy

📋 copy color: '#F2FE50'

red 242 ◦ green 254 ◦ blue 80

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

Shades of Paris Daisy #F2FE50

Tints of Paris Daisy #F2FE50

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.1%

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

R = 42.01%
G = 44.1%
B = 13.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#F2FE50 (or 0xF2FE50) is known color: Paris Daisy. HEX triplet: F2, FE and 50. RGB value is (242,254,80). Sum of RGB (Red+Green+Blue) = 242+254+80=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 80 (31.64% from 255 or 13.89% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE50 is #0D01AF. Grayscale: #E7E7E7. Windows color (decimal): -852400 or 5308146. OLE color: 5308146.

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

Color convert

RGB 242 254 80 -
CMYK 0.05 0 0.69 0.00
HSL 64.14º 0.99% 0.65% -
HSV(B) 64.14º 0.69% 1% -
XYZ 73.51 90.34 21.15 -
YUV 230.58 43.02 136.15 -
System Red Green Blue C M Y K H S L
Decimal 242 254 80 0.05 0 0.69 0.00 64.14 0.99 0.65
Hex F2 FE 50 5 0 45 0 40 63 41
Octal 362 376 120 5 0 105 0 100 143 101
Binary 11110010 11111110 1010000 101 0 1000101 0 1000000 1100011 1000001

Color Harmonies of #F2FE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE50

Black with #F2FE50

Text Example


Text Example

White with #F2FE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE50; }

 p { color: rgb(242,254,80); }

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

background-color css

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

 a { background-color: rgb(242,254,80); }

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

border-color css

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

 span { border-color: rgb(242,254,80); }

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