#F7A69E

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

Shades of Rose Bud #F7A69E

Tints of Rose Bud #F7A69E

Color information

#F7A69E (or 0xF7A69E) is unknown color: approx Rose Bud. HEX triplet: F7, A6 and 9E. RGB value is (247,166,158). Sum of RGB (Red+Green+Blue) = 247+166+158=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A69E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A69E is #085961. Grayscale: #BDBDBD. Windows color (decimal): -547170 or 10397431. OLE color: 10397431.

HSL color Cylindrical-coordinate representation of color #F7A69E: hue angle of 5.39º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7A69E is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247166158-
CMYK00.330.360.03
HSL5.39º84.76%79.41%-
HSV(B)5.39º36.03%96.86%-
XYZ58.1749.5238.84-
YUV189.31110.34169.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.26%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=43.26%
G=29.07%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716615800.330.360.035.3984.7679.41
HexF7A69E0212435554f
Octal3672462360414435125117
Binary11110111101001101001111001000011001001110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A69E; }

 p { color: rgb(247,166,158); }

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

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

 a { background-color: rgb(247,166,158); }

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

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

 span { border-color: rgb(247,166,158); }

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