#FA5F5D

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

Shades of Bittersweet #FA5F5D

Tints of Bittersweet #FA5F5D

Color information

#FA5F5D (or 0xFA5F5D) is unknown color: approx Bittersweet. HEX triplet: FA, 5F and 5D. RGB value is (250,95,93). Sum of RGB (Red+Green+Blue) = 250+95+93=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5F5D is #05A0A2. Grayscale: #8D8D8D. Windows color (decimal): -368803 or 6119418. OLE color: 6119418.

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

Color convert

RGB2509593-
CMYK00.620.630.02
HSL0.76º94.01%67.25%-
HSV(B)0.76º62.8%98.04%-
XYZ45.4929.313.61-
YUV141.12100.85205.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.08%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 93 (36.72% from 255) = 21.23%
R=57.08%
G=21.69%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250959300.620.630.020.7694.0167.25
HexFA5F5D03E3F215e43
Octal3721371350767721136103
Binary1111101010111111011101011111011111110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F5D; }

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

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

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

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

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

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

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

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