#F6AA94

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

Shades of Rose Bud #F6AA94

Tints of Rose Bud #F6AA94

Color information

#F6AA94 (or 0xF6AA94) is unknown color: approx Rose Bud. HEX triplet: F6, AA and 94. RGB value is (246,170,148). Sum of RGB (Red+Green+Blue) = 246+170+148=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AA94 is #09556B. Grayscale: #BEBEBE. Windows color (decimal): -611692 or 9743094. OLE color: 9743094.

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

Color convert

RGB246170148-
CMYK00.310.400.04
HSL13.47º84.48%77.25%-
HSV(B)13.47º39.84%96.47%-
XYZ57.7350.4834.72-
YUV190.22104.18167.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.62%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=43.62%
G=30.14%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617014800.310.400.0413.4784.4877.25
HexF6AA9401F284d544d
Octal36625222403750415124115
Binary111101101010101010010100011111101000100110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AA94; }

 p { color: rgb(246,170,148); }

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

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

 a { background-color: rgb(246,170,148); }

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

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

 span { border-color: rgb(246,170,148); }

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