#FA5F57

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

Shades of Bittersweet #FA5F57

Tints of Bittersweet #FA5F57

Color information

#FA5F57 (or 0xFA5F57) is unknown color: approx Bittersweet. HEX triplet: FA, 5F and 57. RGB value is (250,95,87). Sum of RGB (Red+Green+Blue) = 250+95+87=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F57 is #05A0A8. Grayscale: #8C8C8C. Windows color (decimal): -368809 or 5726202. OLE color: 5726202.

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

Color convert

RGB2509587-
CMYK00.620.650.02
HSL2.94º94.22%66.08%-
HSV(B)2.94º65.2%98.04%-
XYZ45.2429.212.27-
YUV140.4397.85206.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.87%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 87 (34.38% from 255) = 20.14%
R=57.87%
G=21.99%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250958700.620.650.022.9494.2266.08
HexFA5F5703E41235e42
Octal37213712707610123136102
Binary111110101011111101011101111101000001101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F57; }

 p { color: rgb(250,95,87); }

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

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

 a { background-color: rgb(250,95,87); }

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

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

 span { border-color: rgb(250,95,87); }

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