#FA5F5A

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

Shades of Bittersweet #FA5F5A

Tints of Bittersweet #FA5F5A

Color information

#FA5F5A (or 0xFA5F5A) is unknown color: approx Bittersweet. HEX triplet: FA, 5F and 5A. RGB value is (250,95,90). Sum of RGB (Red+Green+Blue) = 250+95+90=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F5A is #05A0A5. Grayscale: #8C8C8C. Windows color (decimal): -368806 or 5922810. OLE color: 5922810.

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

Color convert

RGB2509590-
CMYK00.620.640.02
HSL1.88º94.12%66.67%-
HSV(B)1.88º64%98.04%-
XYZ45.3629.2512.93-
YUV140.7799.35205.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.47%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=57.47%
G=21.84%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250959000.620.640.021.8894.1266.67
HexFA5F5A03E40225e43
Octal37213713207610022136103
Binary111110101011111101101001111101000000101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F5A; }

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

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

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

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

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

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

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

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