#FA6860

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

Shades of Bittersweet #FA6860

Tints of Bittersweet #FA6860

Color information

#FA6860 (or 0xFA6860) is unknown color: approx Bittersweet. HEX triplet: FA, 68 and 60. RGB value is (250,104,96). Sum of RGB (Red+Green+Blue) = 250+104+96=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6860 is #05979F. Grayscale: #929292. Windows color (decimal): -366496 or 6318330. OLE color: 6318330.

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

Color convert

RGB25010496-
CMYK00.580.620.02
HSL3.12º93.9%67.84%-
HSV(B)3.12º61.6%98.04%-
XYZ46.4931.0714.61-
YUV146.7499.37201.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.56%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=55.56%
G=23.11%
B=21.33%

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
Decimal2501049600.580.620.023.1293.967.84
HexFA686003A3E235e44
Octal3721501400727623136104
Binary11111010110100011000000111010111110101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6860; }

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

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

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

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

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

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

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

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