#F4A491

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

Shades of Rose Bud #F4A491

Tints of Rose Bud #F4A491

Color information

#F4A491 (or 0xF4A491) is unknown color: approx Rose Bud. HEX triplet: F4, A4 and 91. RGB value is (244,164,145). Sum of RGB (Red+Green+Blue) = 244+164+145=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A491 is #0B5B6E. Grayscale: #B9B9B9. Windows color (decimal): -744303 or 9544948. OLE color: 9544948.

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

Color convert

RGB244164145-
CMYK00.330.410.04
HSL11.52º81.82%76.27%-
HSV(B)11.52º40.57%95.69%-
XYZ55.6947.8333.08-
YUV185.75105169.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.12%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 145 (57.03% from 255) = 26.22%
R=44.12%
G=29.66%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416414500.330.410.0411.5281.8276.27
HexF4A491021294c524c
Octal36424422104151414122114
Binary1111010010100100100100010100001101001100110010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A491; }

 p { color: rgb(244,164,145); }

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

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

 a { background-color: rgb(244,164,145); }

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

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

 span { border-color: rgb(244,164,145); }

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