#F3A19D

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

Shades of Rose Bud #F3A19D

Tints of Rose Bud #F3A19D

Color information

#F3A19D (or 0xF3A19D) is unknown color: approx Rose Bud. HEX triplet: F3, A1 and 9D. RGB value is (243,161,157). Sum of RGB (Red+Green+Blue) = 243+161+157=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A19D is #0C5E62. Grayscale: #B9B9B9. Windows color (decimal): -810595 or 10330611. OLE color: 10330611.

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

Color convert

RGB243161157-
CMYK00.340.350.05
HSL2.79º78.18%78.43%-
HSV(B)2.79º35.39%95.29%-
XYZ55.7946.9838.03-
YUV185.06112.17169.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.32%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=43.32%
G=28.70%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316115700.340.350.052.7978.1878.43
HexF3A19D02223534e4e
Octal3632412350424353116116
Binary11110011101000011001110101000101000111011110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A19D; }

 p { color: rgb(243,161,157); }

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

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

 a { background-color: rgb(243,161,157); }

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

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

 span { border-color: rgb(243,161,157); }

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