#F6A39B

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

Shades of Rose Bud #F6A39B

Tints of Rose Bud #F6A39B

Color information

#F6A39B (or 0xF6A39B) is unknown color: approx Rose Bud. HEX triplet: F6, A3 and 9B. RGB value is (246,163,155). Sum of RGB (Red+Green+Blue) = 246+163+155=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A39B is #095C64. Grayscale: #BBBBBB. Windows color (decimal): -613477 or 10200054. OLE color: 10200054.

HSL color Cylindrical-coordinate representation of color #F6A39B: hue angle of 5.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A39B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB246163155-
CMYK00.340.370.04
HSL5.27º83.49%78.63%-
HSV(B)5.27º36.99%96.47%-
XYZ57.0248.1537.3-
YUV186.91110170.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.62%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=43.62%
G=28.90%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616315500.340.370.045.2783.4978.63
HexF6A39B0222545534f
Octal3662432330424545123117
Binary111101101010001110011011010001010010110010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A39B; }

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

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

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

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

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

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

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

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