#F7A19A

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

Shades of Rose Bud #F7A19A

Tints of Rose Bud #F7A19A

Color information

#F7A19A (or 0xF7A19A) is unknown color: approx Rose Bud. HEX triplet: F7, A1 and 9A. RGB value is (247,161,154). Sum of RGB (Red+Green+Blue) = 247+161+154=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A19A is #085E65. Grayscale: #BABABA. Windows color (decimal): -548454 or 10134007. OLE color: 10134007.

HSL color Cylindrical-coordinate representation of color #F7A19A: hue angle of 4.52º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7A19A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB247161154-
CMYK00.350.380.03
HSL4.52º85.32%78.63%-
HSV(B)4.52º37.65%96.86%-
XYZ56.9447.636.76-
YUV185.92109.99171.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=43.95%
G=28.65%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716115400.350.380.034.5285.3278.63
HexF7A19A0232635554f
Octal3672412320434635125117
Binary11110111101000011001101001000111001101110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A19A; }

 p { color: rgb(247,161,154); }

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

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

 a { background-color: rgb(247,161,154); }

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

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

 span { border-color: rgb(247,161,154); }

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