#F7AF9E

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

Shades of Rose Bud #F7AF9E

Tints of Rose Bud #F7AF9E

Color information

#F7AF9E (or 0xF7AF9E) is unknown color: approx Rose Bud. HEX triplet: F7, AF and 9E. RGB value is (247,175,158). Sum of RGB (Red+Green+Blue) = 247+175+158=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AF9E is #085061. Grayscale: #C2C2C2. Windows color (decimal): -544866 or 10399735. OLE color: 10399735.

HSL color Cylindrical-coordinate representation of color #F7AF9E: hue angle of 11.46º 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 #F7AF9E is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247175158-
CMYK00.290.360.03
HSL11.46º84.76%79.41%-
HSV(B)11.46º36.03%96.86%-
XYZ59.8652.939.4-
YUV194.59107.35165.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.59%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=42.59%
G=30.17%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717515800.290.360.0311.4684.7679.41
HexF7AF9E01D243b554f
Octal36725723603544313125117
Binary11110111101011111001111001110110010011101110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AF9E; }

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

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

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

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

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

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

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

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