#F5A59A

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

Shades of Rose Bud #F5A59A

Tints of Rose Bud #F5A59A

Color information

#F5A59A (or 0xF5A59A) is unknown color: approx Rose Bud. HEX triplet: F5, A5 and 9A. RGB value is (245,165,154). Sum of RGB (Red+Green+Blue) = 245+165+154=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A59A is #0A5A65. Grayscale: #BBBBBB. Windows color (decimal): -678502 or 10135029. OLE color: 10135029.

HSL color Cylindrical-coordinate representation of color #F5A59A: hue angle of 7.25º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5A59A is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245165154-
CMYK00.330.370.04
HSL7.25º81.98%78.24%-
HSV(B)7.25º37.14%96.08%-
XYZ56.9448.6636.96-
YUV187.67109168.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 165 (64.84% from 255) = 29.26%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=43.44%
G=29.26%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516515400.330.370.047.2581.9878.24
HexF5A59A0212547524e
Octal3652452320414547122116
Binary111101011010010110011010010000110010110011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A59A; }

 p { color: rgb(245,165,154); }

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

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

 a { background-color: rgb(245,165,154); }

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

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

 span { border-color: rgb(245,165,154); }

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