#F5AA92

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

Shades of Rose Bud #F5AA92

Tints of Rose Bud #F5AA92

Color information

#F5AA92 (or 0xF5AA92) is unknown color: approx Rose Bud. HEX triplet: F5, AA and 92. RGB value is (245,170,146). Sum of RGB (Red+Green+Blue) = 245+170+146=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AA92 is #0A556D. Grayscale: #BDBDBD. Windows color (decimal): -677230 or 9612021. OLE color: 9612021.

HSL color Cylindrical-coordinate representation of color #F5AA92: hue angle of 14.55º 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 #F5AA92 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245170146-
CMYK00.310.400.04
HSL14.55º83.19%76.67%-
HSV(B)14.55º40.41%96.08%-
XYZ57.2250.2433.88-
YUV189.69103.35167.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.67%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=43.67%
G=30.30%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517014600.310.400.0414.5583.1976.67
HexF5AA9201F284f534d
Octal36525222203750417123115
Binary111101011010101010010010011111101000100111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AA92; }

 p { color: rgb(245,170,146); }

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

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

 a { background-color: rgb(245,170,146); }

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

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

 span { border-color: rgb(245,170,146); }

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