#F2A59C

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

Shades of Rose Bud #F2A59C

Tints of Rose Bud #F2A59C

Color information

#F2A59C (or 0xF2A59C) is unknown color: approx Rose Bud. HEX triplet: F2, A5 and 9C. RGB value is (242,165,156). Sum of RGB (Red+Green+Blue) = 242+165+156=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A59C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A59C is #0D5A63. Grayscale: #BBBBBB. Windows color (decimal): -875108 or 10266098. OLE color: 10266098.

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

Color convert

RGB242165156-
CMYK00.320.360.05
HSL6.28º76.79%78.04%-
HSV(B)6.28º35.54%94.9%-
XYZ56.0748.1937.8-
YUV187110.51167.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=42.98%
G=29.31%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216515600.320.360.056.2876.7978.04
HexF2A59C02024564d4e
Octal3622452340404456115116
Binary111100101010010110011100010000010010010111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A59C; }

 p { color: rgb(242,165,156); }

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

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

 a { background-color: rgb(242,165,156); }

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

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

 span { border-color: rgb(242,165,156); }

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