#F2A39B

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

Shades of Rose Bud #F2A39B

Tints of Rose Bud #F2A39B

Color information

#F2A39B (or 0xF2A39B) is unknown color: approx Rose Bud. HEX triplet: F2, A3 and 9B. RGB value is (242,163,155). Sum of RGB (Red+Green+Blue) = 242+163+155=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A39B is #0D5C64. Grayscale: #B9B9B9. Windows color (decimal): -875621 or 10200050. OLE color: 10200050.

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

Color convert

RGB242163155-
CMYK00.330.360.05
HSL5.52º76.99%77.84%-
HSV(B)5.52º35.95%94.9%-
XYZ55.6347.4437.23-
YUV185.71110.67168.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.21%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=43.21%
G=29.11%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216315500.330.360.055.5276.9977.84
HexF2A39B02124564d4e
Octal3622432330414456115116
Binary111100101010001110011011010000110010010111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A39B; }

 p { color: rgb(242,163,155); }

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

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

 a { background-color: rgb(242,163,155); }

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

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

 span { border-color: rgb(242,163,155); }

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