#F1F355

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

Shades of Paris Daisy #F1F355

Tints of Paris Daisy #F1F355

Color information

#F1F355 (or 0xF1F355) is unknown color: approx Paris Daisy. HEX triplet: F1, F3 and 55. RGB value is (241,243,85). Sum of RGB (Red+Green+Blue) = 241+243+85=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 85 (33.59% from 255 or 14.94% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F355 is #0E0CAA. Grayscale: #E1E1E1. Windows color (decimal): -920747 or 5633009. OLE color: 5633009.

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

Color convert

RGB24124385-
CMYK0.0100.650.05
HSL60.76º86.81%64.31%-
HSV(B)60.76º65.02%95.29%-
XYZ69.9783.4621.02-
YUV224.3949.34139.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 243 (95.31% from 255) = 42.71%
BLUE value IS 85 (33.59% from 255) = 14.94%
R=42.36%
G=42.71%
B=14.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241243850.0100.650.0560.7686.8164.31
HexF1F355104153d5740
Octal36136312510101575127100
Binary1111000111110011101010110100000110111110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F355; }

 p { color: rgb(241,243,85); }

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

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

 a { background-color: rgb(241,243,85); }

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

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

 span { border-color: rgb(241,243,85); }

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