#F6A197

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

Shades of Rose Bud #F6A197

Tints of Rose Bud #F6A197

Color information

#F6A197 (or 0xF6A197) is unknown color: approx Rose Bud. HEX triplet: F6, A1 and 97. RGB value is (246,161,151). Sum of RGB (Red+Green+Blue) = 246+161+151=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A197 is #095E68. Grayscale: #B9B9B9. Windows color (decimal): -613993 or 9937398. OLE color: 9937398.

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

Color convert

RGB246161151-
CMYK00.350.390.04
HSL6.32º84.07%77.84%-
HSV(B)6.32º38.62%96.47%-
XYZ56.3447.3235.44-
YUV185.27108.66171.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 151 (59.38% from 255) = 27.06%
R=44.09%
G=28.85%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616115100.350.390.046.3284.0777.84
HexF6A1970232746544e
Octal3662412270434746124116
Binary111101101010000110010111010001110011110011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A197; }

 p { color: rgb(246,161,151); }

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

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

 a { background-color: rgb(246,161,151); }

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

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

 span { border-color: rgb(246,161,151); }

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