#FA6C6A

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

Shades of Bittersweet #FA6C6A

Tints of Bittersweet #FA6C6A

Color information

#FA6C6A (or 0xFA6C6A) is unknown color: approx Bittersweet. HEX triplet: FA, 6C and 6A. RGB value is (250,108,106). Sum of RGB (Red+Green+Blue) = 250+108+106=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6C6A is #059395. Grayscale: #969696. Windows color (decimal): -365462 or 6974714. OLE color: 6974714.

HSL color Cylindrical-coordinate representation of color #FA6C6A: hue angle of 0.83º 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 #FA6C6A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250108106-
CMYK00.570.580.02
HSL0.83º93.51%69.8%-
HSV(B)0.83º57.6%98.04%-
XYZ47.3932.0917.33-
YUV150.23103.04199.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.88%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=53.88%
G=23.28%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010810600.570.580.020.8393.5169.8
HexFA6C6A0393A215e46
Octal3721541520717221136106
Binary1111101011011001101010011100111101010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C6A; }

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

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

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

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

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

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

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

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