#FA6A60

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

Shades of Bittersweet #FA6A60

Tints of Bittersweet #FA6A60

Color information

#FA6A60 (or 0xFA6A60) is unknown color: approx Bittersweet. HEX triplet: FA, 6A and 60. RGB value is (250,106,96). Sum of RGB (Red+Green+Blue) = 250+106+96=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A60 is #05959F. Grayscale: #949494. Windows color (decimal): -365984 or 6318842. OLE color: 6318842.

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

Color convert

RGB25010696-
CMYK00.580.620.02
HSL3.9º93.9%67.84%-
HSV(B)3.9º61.6%98.04%-
XYZ46.6931.4814.68-
YUV147.9298.71200.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.31%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=55.31%
G=23.45%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501069600.580.620.023.993.967.84
HexFA6A6003A3E245e44
Octal3721521400727624136104
Binary111110101101010110000001110101111101010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6A60; }

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

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

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

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

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

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

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

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