#F7A490

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

Shades of Rose Bud #F7A490

Tints of Rose Bud #F7A490

Color information

#F7A490 (or 0xF7A490) is unknown color: approx Rose Bud. HEX triplet: F7, A4 and 90. RGB value is (247,164,144). Sum of RGB (Red+Green+Blue) = 247+164+144=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A490 is #085B6F. Grayscale: #BABABA. Windows color (decimal): -547696 or 9479415. OLE color: 9479415.

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

Color convert

RGB247164144-
CMYK00.340.420.03
HSL11.65º86.55%76.67%-
HSV(B)11.65º41.7%96.86%-
XYZ56.6748.3432.73-
YUV186.54104171.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 144 (56.64% from 255) = 25.95%
R=44.50%
G=29.55%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716414400.340.420.0311.6586.5576.67
HexF7A4900222A3c574d
Octal36724422004252314127115
Binary111101111010010010010000010001010101011110010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A490; }

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

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

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

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

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

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

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

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