#F7A990

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

Shades of Rose Bud #F7A990

Tints of Rose Bud #F7A990

Color information

#F7A990 (or 0xF7A990) is unknown color: approx Rose Bud. HEX triplet: F7, A9 and 90. RGB value is (247,169,144). Sum of RGB (Red+Green+Blue) = 247+169+144=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A990 is #08566F. Grayscale: #BDBDBD. Windows color (decimal): -546416 or 9480695. OLE color: 9480695.

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

Color convert

RGB247169144-
CMYK00.320.420.03
HSL14.56º86.55%76.67%-
HSV(B)14.56º41.7%96.86%-
XYZ57.5850.1633.03-
YUV189.47102.34169.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.11%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=44.11%
G=30.18%
B=25.71%

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
Decimal24716914400.320.420.0314.5686.5576.67
HexF7A9900202A3f574d
Octal36725122004052317127115
Binary111101111010100110010000010000010101011111110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A990; }

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

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

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

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

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

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

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

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