#F1FF40

Color #F1FF40 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #F1FF40

Tints of Paris Daisy #F1FF40

Color information

#F1FF40 (or 0xF1FF40) is unknown color: approx Paris Daisy. HEX triplet: F1, FF and 40. RGB value is (241,255,64). Sum of RGB (Red+Green+Blue) = 241+255+64=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 64 (25.39% from 255 or 11.43% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF40 is #0E00BF. Grayscale: #E5E5E5. Windows color (decimal): -917696 or 4259825. OLE color: 4259825.

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

Color convert

RGB24125564-
CMYK0.0500.750
HSL64.4º100%62.55%-
HSV(B)64.4º74.9%100%-
XYZ72.9690.5918.49-
YUV229.0434.86136.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 255 (100% from 255) = 45.54%
BLUE value IS 64 (25.39% from 255) = 11.43%
R=43.04%
G=45.54%
B=11.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241255640.0500.75064.410062.55
HexF1FF40504B040643f
Octal36137710050113010014477
Binary1111000111111111100000010101001011010000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FF40; }

 p { color: rgb(241,255,64); }

 H1.HeaderClassName
 {
   color: #F1FF40;
 }
 .AnyTagClassName
 {
   color: #F1FF40;
 }
</style>
background-color css

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

 a { background-color: rgb(241,255,64); }

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

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

 span { border-color: rgb(241,255,64); }

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