#F2A497

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

Shades of Rose Bud #F2A497

Tints of Rose Bud #F2A497

Color information

#F2A497 (or 0xF2A497) is unknown color: approx Rose Bud. HEX triplet: F2, A4 and 97. RGB value is (242,164,151). Sum of RGB (Red+Green+Blue) = 242+164+151=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A497 is #0D5B68. Grayscale: #B9B9B9. Windows color (decimal): -875369 or 9938162. OLE color: 9938162.

HSL color Cylindrical-coordinate representation of color #F2A497: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2A497 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242164151-
CMYK00.320.380.05
HSL8.57º77.78%77.06%-
HSV(B)8.57º37.6%94.9%-
XYZ55.4847.6635.55-
YUV185.84108.34168.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 151 (59.38% from 255) = 27.11%
R=43.45%
G=29.44%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216415100.320.380.058.5777.7877.06
HexF2A49702026594e4d
Octal36224422704046511116115
Binary1111001010100100100101110100000100110101100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A497; }

 p { color: rgb(242,164,151); }

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

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

 a { background-color: rgb(242,164,151); }

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

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

 span { border-color: rgb(242,164,151); }

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