#F7AA94

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

Shades of Rose Bud #F7AA94

Tints of Rose Bud #F7AA94

Color information

#F7AA94 (or 0xF7AA94) is unknown color: approx Rose Bud. HEX triplet: F7, AA and 94. RGB value is (247,170,148). Sum of RGB (Red+Green+Blue) = 247+170+148=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AA94 is #08556B. Grayscale: #BEBEBE. Windows color (decimal): -546156 or 9743095. OLE color: 9743095.

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

Color convert

RGB247170148-
CMYK00.310.400.03
HSL13.33º86.09%77.45%-
HSV(B)13.33º40.08%96.86%-
XYZ58.0850.6634.73-
YUV190.52104.01168.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.72%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 148 (58.20% from 255) = 26.19%
R=43.72%
G=30.09%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717014800.310.400.0313.3386.0977.45
HexF7AA9401F283d564d
Octal36725222403750315126115
Binary11110111101010101001010001111110100011110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA94; }

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

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

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

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

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

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

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

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