Html Css Color HEX #F0FC45 Paris Daisy

📋 copy color: '#F0FC45'

red 240 ◦ green 252 ◦ blue 69

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

Shades of Paris Daisy #F0FC45

Tints of Paris Daisy #F0FC45

RGB

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

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

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

R = 42.78%
G = 44.92%
B = 12.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#F0FC45 (or 0xF0FC45) is known color: Paris Daisy. HEX triplet: F0, FC and 45. RGB value is (240,252,69). Sum of RGB (Red+Green+Blue) = 240+252+69=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 69 (27.34% from 255 or 12.30% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC45 is #0F03BA. Grayscale: #E4E4E4. Windows color (decimal): -983995 or 4586736. OLE color: 4586736.

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

Color convert

RGB 240 252 69 -
CMYK 0.05 0 0.73 0.01
HSL 63.93º 0.97% 0.63% -
HSV(B) 63.93º 0.73% 0.99% -
XYZ 71.82 88.58 18.94 -
YUV 227.55 38.52 136.88 -
System Red Green Blue C M Y K H S L
Decimal 240 252 69 0.05 0 0.73 0.01 63.93 0.97 0.63
Hex F0 FC 45 5 0 49 1 40 61 3F
Octal 360 374 105 5 0 111 1 100 141 77
Binary 11110000 11111100 1000101 101 0 1001001 1 1000000 1100001 111111

Color Harmonies of #F0FC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC45

Black with #F0FC45

Text Example


Text Example

White with #F0FC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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