Html Css Color HEX #F0FD48 Paris Daisy

📋 copy color: '#F0FD48'

red 240 ◦ green 253 ◦ blue 72

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

Shades of Paris Daisy #F0FD48

Tints of Paris Daisy #F0FD48

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.78%

 BLUE value IS 72 (28.52% from 255) = 12.74%

R = 42.48%
G = 44.78%
B = 12.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#F0FD48 (or 0xF0FD48) is known color: Paris Daisy. HEX triplet: F0, FD and 48. RGB value is (240,253,72). Sum of RGB (Red+Green+Blue) = 240+253+72=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 72 (28.52% from 255 or 12.74% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD48 is #0F02B7. Grayscale: #E5E5E5. Windows color (decimal): -983736 or 4783600. OLE color: 4783600.

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

Color convert

RGB 240 253 72 -
CMYK 0.05 0 0.72 0.01
HSL 64.31º 0.98% 0.64% -
HSV(B) 64.31º 0.72% 0.99% -
XYZ 72.23 89.24 19.55 -
YUV 228.48 39.69 136.22 -
System Red Green Blue C M Y K H S L
Decimal 240 253 72 0.05 0 0.72 0.01 64.31 0.98 0.64
Hex F0 FD 48 5 0 48 1 40 62 40
Octal 360 375 110 5 0 110 1 100 142 100
Binary 11110000 11111101 1001000 101 0 1001000 1 1000000 1100010 1000000

Color Harmonies of #F0FD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FD48

Black with #F0FD48

Text Example


Text Example

White with #F0FD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FD48; }

 p { color: rgb(240,253,72); }

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

background-color css

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

 a { background-color: rgb(240,253,72); }

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

border-color css

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

 span { border-color: rgb(240,253,72); }

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