#F3A199

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

Shades of Rose Bud #F3A199

Tints of Rose Bud #F3A199

Color information

#F3A199 (or 0xF3A199) is unknown color: approx Rose Bud. HEX triplet: F3, A1 and 99. RGB value is (243,161,153). Sum of RGB (Red+Green+Blue) = 243+161+153=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A199 is #0C5E66. Grayscale: #B8B8B8. Windows color (decimal): -810599 or 10068467. OLE color: 10068467.

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

Color convert

RGB243161153-
CMYK00.340.370.05
HSL5.33º78.95%77.65%-
HSV(B)5.33º37.04%95.29%-
XYZ55.4646.8436.26-
YUV184.61110.17169.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.63%
GREEN value IS 161 (63.28% from 255) = 28.90%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=43.63%
G=28.90%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316115300.340.370.055.3378.9577.65
HexF3A19902225554f4e
Octal3632412310424555117116
Binary111100111010000110011001010001010010110110110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A199; }

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

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

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

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

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

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

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

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