#F6A295

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

Shades of Rose Bud #F6A295

Tints of Rose Bud #F6A295

Color information

#F6A295 (or 0xF6A295) is unknown color: approx Rose Bud. HEX triplet: F6, A2 and 95. RGB value is (246,162,149). Sum of RGB (Red+Green+Blue) = 246+162+149=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A295 is #095D6A. Grayscale: #B9B9B9. Windows color (decimal): -613739 or 9806582. OLE color: 9806582.

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

Color convert

RGB246162149-
CMYK00.340.390.04
HSL8.04º84.35%77.45%-
HSV(B)8.04º39.43%96.47%-
XYZ56.3547.634.65-
YUV185.63107.33171.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.17%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=44.17%
G=29.08%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616214900.340.390.048.0484.3577.45
HexF6A2950222748544d
Octal36624222504247410124115
Binary1111011010100010100101010100010100111100100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A295; }

 p { color: rgb(246,162,149); }

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

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

 a { background-color: rgb(246,162,149); }

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

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

 span { border-color: rgb(246,162,149); }

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