#FA6960

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

Shades of Bittersweet #FA6960

Tints of Bittersweet #FA6960

Color information

#FA6960 (or 0xFA6960) is unknown color: approx Bittersweet. HEX triplet: FA, 69 and 60. RGB value is (250,105,96). Sum of RGB (Red+Green+Blue) = 250+105+96=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6960 is #05969F. Grayscale: #939393. Windows color (decimal): -366240 or 6318586. OLE color: 6318586.

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

Color convert

RGB25010596-
CMYK00.580.620.02
HSL3.51º93.9%67.84%-
HSV(B)3.51º61.6%98.04%-
XYZ46.5931.2714.65-
YUV147.3399.04201.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.43%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=55.43%
G=23.28%
B=21.29%

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
Decimal2501059600.580.620.023.5193.967.84
HexFA696003A3E245e44
Octal3721511400727624136104
Binary111110101101001110000001110101111101010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6960; }

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

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

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

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

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

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

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

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