#F6A39E

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

Shades of Rose Bud #F6A39E

Tints of Rose Bud #F6A39E

Color information

#F6A39E (or 0xF6A39E) is unknown color: approx Rose Bud. HEX triplet: F6, A3 and 9E. RGB value is (246,163,158). Sum of RGB (Red+Green+Blue) = 246+163+158=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A39E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A39E is #095C61. Grayscale: #BBBBBB. Windows color (decimal): -613474 or 10396662. OLE color: 10396662.

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

Color convert

RGB246163158-
CMYK00.340.360.04
HSL3.41º83.02%79.22%-
HSV(B)3.41º35.77%96.47%-
XYZ57.2748.2638.64-
YUV187.25111.5169.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.39%
GREEN value IS 163 (64.06% from 255) = 28.75%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=43.39%
G=28.75%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616315800.340.360.043.4183.0279.22
HexF6A39E0222443534f
Octal3662432360424443123117
Binary11110110101000111001111001000101001001001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A39E; }

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

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

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

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

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

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

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

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