#F7AA91

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

Shades of Rose Bud #F7AA91

Tints of Rose Bud #F7AA91

Color information

#F7AA91 (or 0xF7AA91) is unknown color: approx Rose Bud. HEX triplet: F7, AA and 91. RGB value is (247,170,145). Sum of RGB (Red+Green+Blue) = 247+170+145=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AA91 is #08556E. Grayscale: #BEBEBE. Windows color (decimal): -546159 or 9546487. OLE color: 9546487.

HSL color Cylindrical-coordinate representation of color #F7AA91: hue angle of 14.71º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F7AA91 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB247170145-
CMYK00.310.410.03
HSL14.71º86.44%76.86%-
HSV(B)14.71º41.3%96.86%-
XYZ57.8450.5733.5-
YUV190.17102.51168.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 145 (57.03% from 255) = 25.80%
R=43.95%
G=30.25%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717014500.310.410.0314.7186.4476.86
HexF7AA9101F293f564d
Octal36725222103751317126115
Binary11110111101010101001000101111110100111111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA91; }

 p { color: rgb(247,170,145); }

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

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

 a { background-color: rgb(247,170,145); }

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

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

 span { border-color: rgb(247,170,145); }

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