#FA716A

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

Shades of Bittersweet #FA716A

Tints of Bittersweet #FA716A

Color information

#FA716A (or 0xFA716A) is unknown color: approx Bittersweet. HEX triplet: FA, 71 and 6A. RGB value is (250,113,106). Sum of RGB (Red+Green+Blue) = 250+113+106=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA716A is #058E95. Grayscale: #999999. Windows color (decimal): -364182 or 6975994. OLE color: 6975994.

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

Color convert

RGB250113106-
CMYK00.550.580.02
HSL2.92º93.51%69.8%-
HSV(B)2.92º57.6%98.04%-
XYZ47.9333.1717.51-
YUV153.17101.39197.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=53.30%
G=24.09%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011310600.550.580.022.9293.5169.8
HexFA716A0373A235e46
Octal3721611520677223136106
Binary11111010111000111010100110111111010101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA716A; }

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

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

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

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

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

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

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

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