#F4A291

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

Shades of Rose Bud #F4A291

Tints of Rose Bud #F4A291

Color information

#F4A291 (or 0xF4A291) is unknown color: approx Rose Bud. HEX triplet: F4, A2 and 91. RGB value is (244,162,145). Sum of RGB (Red+Green+Blue) = 244+162+145=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A291 is #0B5D6E. Grayscale: #B8B8B8. Windows color (decimal): -744815 or 9544436. OLE color: 9544436.

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

Color convert

RGB244162145-
CMYK00.340.410.04
HSL10.3º81.82%76.27%-
HSV(B)10.3º40.57%95.69%-
XYZ55.3447.1232.97-
YUV184.58105.67170.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.28%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 145 (57.03% from 255) = 26.32%
R=44.28%
G=29.40%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416214500.340.410.0410.381.8276.27
HexF4A291022294a524c
Octal36424222104251412122114
Binary1111010010100010100100010100010101001100101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A291; }

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

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

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

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

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

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

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

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