#F7A197

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

Shades of Rose Bud #F7A197

Tints of Rose Bud #F7A197

Color information

#F7A197 (or 0xF7A197) is unknown color: approx Rose Bud. HEX triplet: F7, A1 and 97. RGB value is (247,161,151). Sum of RGB (Red+Green+Blue) = 247+161+151=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A197 is #085E68. Grayscale: #B9B9B9. Windows color (decimal): -548457 or 9937399. OLE color: 9937399.

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

Color convert

RGB247161151-
CMYK00.350.390.03
HSL6.25º85.71%78.04%-
HSV(B)6.25º38.87%96.86%-
XYZ56.6947.535.46-
YUV185.57108.49171.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.19%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 151 (59.38% from 255) = 27.01%
R=44.19%
G=28.80%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716115100.350.390.036.2585.7178.04
HexF7A1970232736564e
Octal3672412270434736126116
Binary11110111101000011001011101000111001111111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A197; }

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

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

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

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

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

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

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

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