#F5A093

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

Shades of Rose Bud #F5A093

Tints of Rose Bud #F5A093

Color information

#F5A093 (or 0xF5A093) is unknown color: approx Rose Bud. HEX triplet: F5, A0 and 93. RGB value is (245,160,147). Sum of RGB (Red+Green+Blue) = 245+160+147=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A093 is #0A5F6C. Grayscale: #B8B8B8. Windows color (decimal): -679789 or 9674997. OLE color: 9674997.

HSL color Cylindrical-coordinate representation of color #F5A093: hue angle of 7.96º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5A093 is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB245160147-
CMYK00.350.40.04
HSL7.96º83.05%76.86%-
HSV(B)7.96º40%96.08%-
XYZ55.4946.6633.69-
YUV183.93107.16171.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=44.38%
G=28.99%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516014700.350.40.047.9683.0576.86
HexF5A0930232848534d
Octal36524022304350410123115
Binary1111010110100000100100110100011101000100100010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A093; }

 p { color: rgb(245,160,147); }

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

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

 a { background-color: rgb(245,160,147); }

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

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

 span { border-color: rgb(245,160,147); }

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