Html Css Color HEX #F0FC46 Paris Daisy

📋 copy color: '#F0FC46'

red 240 ◦ green 252 ◦ blue 70

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

Shades of Paris Daisy #F0FC46

Tints of Paris Daisy #F0FC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.46%

R = 42.7%
G = 44.84%
B = 12.46%

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

#F0FC46 (or 0xF0FC46) is known color: Paris Daisy. HEX triplet: F0, FC and 46. RGB value is (240,252,70). Sum of RGB (Red+Green+Blue) = 240+252+70=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 70 (27.73% from 255 or 12.46% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC46 is #0F03B9. Grayscale: #E4E4E4. Windows color (decimal): -983994 or 4652272. OLE color: 4652272.

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

Color convert

RGB 240 252 70 -
CMYK 0.05 0 0.72 0.01
HSL 63.96º 0.97% 0.63% -
HSV(B) 63.96º 0.72% 0.99% -
XYZ 71.85 88.59 19.11 -
YUV 227.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 240 252 70 0.05 0 0.72 0.01 63.96 0.97 0.63
Hex F0 FC 46 5 0 48 1 40 61 3F
Octal 360 374 106 5 0 110 1 100 141 77
Binary 11110000 11111100 1000110 101 0 1001000 1 1000000 1100001 111111

Color Harmonies of #F0FC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC46

Black with #F0FC46

Text Example


Text Example

White with #F0FC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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