#F2F147

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

Shades of Paris Daisy #F2F147

Tints of Paris Daisy #F2F147

Color information

#F2F147 (or 0xF2F147) is unknown color: approx Paris Daisy. HEX triplet: F2, F1 and 47. RGB value is (242,241,71). Sum of RGB (Red+Green+Blue) = 242+241+71=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 71 (28.12% from 255 or 12.82% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F147 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F147 is #0D0EB8. Grayscale: #DEDEDE. Windows color (decimal): -855737 or 4714994. OLE color: 4714994.

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

Color convert

RGB24224171-
CMYK00.000.710.05
HSL59.65º86.8%61.37%-
HSV(B)59.65º70.66%94.9%-
XYZ69.2182.2418.19-
YUV221.9242.83142.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.68%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 71 (28.12% from 255) = 12.82%
R=43.68%
G=43.50%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422417100.000.710.0559.6586.861.37
HexF2F147004753c573d
Octal3623611070010757412775
Binary111100101111000110001110010001111011111001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F147; }

 p { color: rgb(242,241,71); }

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

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

 a { background-color: rgb(242,241,71); }

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

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

 span { border-color: rgb(242,241,71); }

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