#F3A59C

Color #F3A59C Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F3A59C

Tints of Rose Bud #F3A59C

Color information

#F3A59C (or 0xF3A59C) is unknown color: approx Rose Bud. HEX triplet: F3, A5 and 9C. RGB value is (243,165,156). Sum of RGB (Red+Green+Blue) = 243+165+156=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A59C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A59C is #0C5A63. Grayscale: #BBBBBB. Windows color (decimal): -809572 or 10266099. OLE color: 10266099.

HSL color Cylindrical-coordinate representation of color #F3A59C: hue angle of 6.21º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3A59C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB243165156-
CMYK00.320.360.05
HSL6.21º78.38%78.24%-
HSV(B)6.21º35.8%95.29%-
XYZ56.4248.3737.81-
YUV187.3110.34167.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.09%
GREEN value IS 165 (64.84% from 255) = 29.26%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=43.09%
G=29.26%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316515600.320.360.056.2178.3878.24
HexF3A59C02024564e4e
Octal3632452340404456116116
Binary111100111010010110011100010000010010010111010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A59C; }

 p { color: rgb(243,165,156); }

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

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

 a { background-color: rgb(243,165,156); }

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

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

 span { border-color: rgb(243,165,156); }

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