#f6a69a

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

Shades of Rose Bud #F6A69A

Tints of Rose Bud #F6A69A

Color information

#F6A69A (or 0xF6A69A) is unknown color: approx Rose Bud. HEX triplet: F6, A6 and 9A. RGB value is (246,166,154). Sum of RGB (Red+Green+Blue) = 246+166+154=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A69A is #095965. Grayscale: #BCBCBC. Windows color (decimal): -612710 or 10135286. OLE color: 10135286.

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

Color convert

RGB246166154-
CMYK00.330.370.04
HSL7.83º83.64%78.43%-
HSV(B)7.83º37.4%96.47%-
XYZ57.4749.237.04-
YUV188.55108.5168.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.46%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=43.46%
G=29.33%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616615400.330.370.047.8383.6478.43
HexF6A69A0212548544e
Octal36624623204145410124116
Binary1111011010100110100110100100001100101100100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6a69a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6a69a; }

 p { color: rgb(246,166,154); }

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

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

 a { background-color: rgb(246,166,154); }

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

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

 span { border-color: rgb(246,166,154); }

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