#FA746A

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

Shades of Bittersweet #FA746A

Tints of Bittersweet #FA746A

Color information

#FA746A (or 0xFA746A) is unknown color: approx Bittersweet. HEX triplet: FA, 74 and 6A. RGB value is (250,116,106). Sum of RGB (Red+Green+Blue) = 250+116+106=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA746A is #058B95. Grayscale: #9B9B9B. Windows color (decimal): -363414 or 6976762. OLE color: 6976762.

HSL color Cylindrical-coordinate representation of color #FA746A: hue angle of 4.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA746A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250116106-
CMYK00.540.580.02
HSL4.17º93.51%69.8%-
HSV(B)4.17º57.6%98.04%-
XYZ48.2733.8617.63-
YUV154.93100.39195.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.97%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=52.97%
G=24.58%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011610600.540.580.024.1793.5169.8
HexFA746A0363A245e46
Octal3721641520667224136106
Binary111110101110100110101001101101110101010010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA746A; }

 p { color: rgb(250,116,106); }

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

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

 a { background-color: rgb(250,116,106); }

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

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

 span { border-color: rgb(250,116,106); }

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