#F2A596

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

Shades of Rose Bud #F2A596

Tints of Rose Bud #F2A596

Color information

#F2A596 (or 0xF2A596) is unknown color: approx Rose Bud. HEX triplet: F2, A5 and 96. RGB value is (242,165,150). Sum of RGB (Red+Green+Blue) = 242+165+150=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A596 is #0D5A69. Grayscale: #BABABA. Windows color (decimal): -875114 or 9872882. OLE color: 9872882.

HSL color Cylindrical-coordinate representation of color #F2A596: hue angle of 9.78º 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 #F2A596 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242165150-
CMYK00.320.380.05
HSL9.78º77.97%76.86%-
HSV(B)9.78º38.02%94.9%-
XYZ55.5847.9935.19-
YUV186.31107.51167.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=43.45%
G=29.62%
B=26.93%

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
Decimal24216515000.320.380.059.7877.9776.86
HexF2A596020265a4e4d
Octal36224522604046512116115
Binary1111001010100101100101100100000100110101101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A596; }

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

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

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

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

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

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

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

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