#F7A19D

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

Shades of Rose Bud #F7A19D

Tints of Rose Bud #F7A19D

Color information

#F7A19D (or 0xF7A19D) is unknown color: approx Rose Bud. HEX triplet: F7, A1 and 9D. RGB value is (247,161,157). Sum of RGB (Red+Green+Blue) = 247+161+157=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A19D is #085E62. Grayscale: #BABABA. Windows color (decimal): -548451 or 10330615. OLE color: 10330615.

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

Color convert

RGB247161157-
CMYK00.350.360.03
HSL2.67º84.91%79.22%-
HSV(B)2.67º36.44%96.86%-
XYZ57.1947.738.09-
YUV186.26111.49171.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.72%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=43.72%
G=28.50%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716115700.350.360.032.6784.9179.22
HexF7A19D0232433554f
Octal3672412350434433125117
Binary1111011110100001100111010100011100100111110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A19D; }

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

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

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

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

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

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

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

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