#F3A99F

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

Shades of Rose Bud #F3A99F

Tints of Rose Bud #F3A99F

Color information

#F3A99F (or 0xF3A99F) is unknown color: approx Rose Bud. HEX triplet: F3, A9 and 9F. RGB value is (243,169,159). Sum of RGB (Red+Green+Blue) = 243+169+159=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A99F is #0C5660. Grayscale: #BEBEBE. Windows color (decimal): -808545 or 10463731. OLE color: 10463731.

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

Color convert

RGB243169159-
CMYK00.300.350.05
HSL7.14º77.78%78.82%-
HSV(B)7.14º34.57%95.29%-
XYZ57.4149.9339.41-
YUV189.99110.52165.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=42.56%
G=29.60%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316915900.300.350.057.1477.7878.82
HexF3A99F01E23574e4f
Octal3632512370364357116117
Binary11110011101010011001111101111010001110111110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A99F; }

 p { color: rgb(243,169,159); }

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

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

 a { background-color: rgb(243,169,159); }

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

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

 span { border-color: rgb(243,169,159); }

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