#F3A59B

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

Shades of Rose Bud #F3A59B

Tints of Rose Bud #F3A59B

Color information

#F3A59B (or 0xF3A59B) is unknown color: approx Rose Bud. HEX triplet: F3, A5 and 9B. RGB value is (243,165,155). Sum of RGB (Red+Green+Blue) = 243+165+155=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A59B is #0C5A64. Grayscale: #BBBBBB. Windows color (decimal): -809573 or 10200563. OLE color: 10200563.

HSL color Cylindrical-coordinate representation of color #F3A59B: hue angle of 6.82º degrees, saturation: 0.79, 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 #F3A59B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB243165155-
CMYK00.320.360.05
HSL6.82º78.57%78.04%-
HSV(B)6.82º36.21%95.29%-
XYZ56.3348.3337.37-
YUV187.18109.84167.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.16%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=43.16%
G=29.31%
B=27.53%

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
Decimal24316515500.320.360.056.8278.5778.04
HexF3A59B02024574f4e
Octal3632452330404457117116
Binary111100111010010110011011010000010010010111110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A59B; }

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

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

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

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

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

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

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

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