#F3A19B

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

Shades of Rose Bud #F3A19B

Tints of Rose Bud #F3A19B

Color information

#F3A19B (or 0xF3A19B) is unknown color: approx Rose Bud. HEX triplet: F3, A1 and 9B. RGB value is (243,161,155). Sum of RGB (Red+Green+Blue) = 243+161+155=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A19B is #0C5E64. Grayscale: #B8B8B8. Windows color (decimal): -810597 or 10199539. OLE color: 10199539.

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

Color convert

RGB243161155-
CMYK00.340.360.05
HSL4.09º78.57%78.04%-
HSV(B)4.09º36.21%95.29%-
XYZ55.6246.9137.13-
YUV184.83111.17169.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.47%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=43.47%
G=28.80%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316115500.340.360.054.0978.5778.04
HexF3A19B02224544f4e
Octal3632412330424454117116
Binary111100111010000110011011010001010010010110010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A19B; }

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

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

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

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

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

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

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

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