#FA5B59

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

Shades of Bittersweet #FA5B59

Tints of Bittersweet #FA5B59

Color information

#FA5B59 (or 0xFA5B59) is unknown color: approx Bittersweet. HEX triplet: FA, 5B and 59. RGB value is (250,91,89). Sum of RGB (Red+Green+Blue) = 250+91+89=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B59 is #05A4A6. Grayscale: #8A8A8A. Windows color (decimal): -369831 or 5856250. OLE color: 5856250.

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

Color convert

RGB2509189-
CMYK00.640.640.02
HSL0.75º94.15%66.47%-
HSV(B)0.75º64.4%98.04%-
XYZ44.9728.5312.59-
YUV138.31100.18207.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.14%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 89 (35.16% from 255) = 20.70%
R=58.14%
G=21.16%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250918900.640.640.020.7594.1566.47
HexFA5B5904040215e42
Octal372133131010010021136102
Binary111110101011011101100101000000100000010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5B59; }

 p { color: rgb(250,91,89); }

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

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

 a { background-color: rgb(250,91,89); }

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

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

 span { border-color: rgb(250,91,89); }

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