#F7A890

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

Shades of Rose Bud #F7A890

Tints of Rose Bud #F7A890

Color information

#F7A890 (or 0xF7A890) is unknown color: approx Rose Bud. HEX triplet: F7, A8 and 90. RGB value is (247,168,144). Sum of RGB (Red+Green+Blue) = 247+168+144=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A890 is #08576F. Grayscale: #BDBDBD. Windows color (decimal): -546672 or 9480439. OLE color: 9480439.

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

Color convert

RGB247168144-
CMYK00.320.420.03
HSL13.98º86.55%76.67%-
HSV(B)13.98º41.7%96.86%-
XYZ57.3949.7932.97-
YUV188.88102.67169.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.19%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=44.19%
G=30.05%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716814400.320.420.0313.9886.5576.67
HexF7A8900202A3e574d
Octal36725022004052316127115
Binary111101111010100010010000010000010101011111010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A890; }

 p { color: rgb(247,168,144); }

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

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

 a { background-color: rgb(247,168,144); }

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

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

 span { border-color: rgb(247,168,144); }

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