#F7A390

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

Shades of Rose Bud #F7A390

Tints of Rose Bud #F7A390

Color information

#F7A390 (or 0xF7A390) is unknown color: approx Rose Bud. HEX triplet: F7, A3 and 90. RGB value is (247,163,144). Sum of RGB (Red+Green+Blue) = 247+163+144=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A390 is #085C6F. Grayscale: #BABABA. Windows color (decimal): -547952 or 9479159. OLE color: 9479159.

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

Color convert

RGB247163144-
CMYK00.340.420.03
HSL11.07º86.55%76.67%-
HSV(B)11.07º41.7%96.86%-
XYZ56.4947.9832.67-
YUV185.95104.33171.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.58%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 144 (56.64% from 255) = 25.99%
R=44.58%
G=29.42%
B=25.99%

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
Decimal24716314400.340.420.0311.0786.5576.67
HexF7A3900222A3b574d
Octal36724322004252313127115
Binary111101111010001110010000010001010101011101110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A390; }

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

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

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

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

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

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

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

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