#F1FD45

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

Shades of Paris Daisy #F1FD45

Tints of Paris Daisy #F1FD45

Color information

#F1FD45 (or 0xF1FD45) is unknown color: approx Paris Daisy. HEX triplet: F1, FD and 45. RGB value is (241,253,69). Sum of RGB (Red+Green+Blue) = 241+253+69=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FD45 is #0E02BA. Grayscale: #E5E5E5. Windows color (decimal): -918203 or 4586993. OLE color: 4586993.

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

Color convert

RGB24125369-
CMYK0.0500.730.01
HSL63.91º97.87%63.14%-
HSV(B)63.91º72.73%99.22%-
XYZ72.4889.3819.06-
YUV228.4438.02136.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 69 (27.34% from 255) = 12.26%
R=42.81%
G=44.94%
B=12.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241253690.0500.730.0163.9197.8763.14
HexF1FD455049140623f
Octal36137510550111110014277
Binary1111000111111101100010110101001001110000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FD45; }

 p { color: rgb(241,253,69); }

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

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

 a { background-color: rgb(241,253,69); }

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

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

 span { border-color: rgb(241,253,69); }

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