#F7AC95

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

Shades of Rose Bud #F7AC95

Tints of Rose Bud #F7AC95

Color information

#F7AC95 (or 0xF7AC95) is unknown color: approx Rose Bud. HEX triplet: F7, AC and 95. RGB value is (247,172,149). Sum of RGB (Red+Green+Blue) = 247+172+149=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7AC95 is #08536A. Grayscale: #BFBFBF. Windows color (decimal): -545643 or 9809143. OLE color: 9809143.

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

Color convert

RGB247172149-
CMYK00.300.400.03
HSL14.08º85.96%77.65%-
HSV(B)14.08º39.68%96.86%-
XYZ58.5451.4535.28-
YUV191.8103.85167.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.49%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=43.49%
G=30.28%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717214900.300.400.0314.0885.9677.65
HexF7AC9501E283e564e
Octal36725422503650316126116
Binary11110111101011001001010101111010100011111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AC95; }

 p { color: rgb(247,172,149); }

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

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

 a { background-color: rgb(247,172,149); }

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

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

 span { border-color: rgb(247,172,149); }

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