#FF5D5A

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

Shades of Bittersweet #FF5D5A

Tints of Bittersweet #FF5D5A

Color information

#FF5D5A (or 0xFF5D5A) is unknown color: approx Bittersweet. HEX triplet: FF, 5D and 5A. RGB value is (255,93,90). Sum of RGB (Red+Green+Blue) = 255+93+90=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D5A is #00A2A5. Grayscale: #8D8D8D. Windows color (decimal): -41638 or 5922303. OLE color: 5922303.

HSL color Cylindrical-coordinate representation of color #FF5D5A: hue angle of 1.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5D5A is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB2559390-
CMYK00.640.650
HSL1.09º100%67.65%-
HSV(B)1.09º64.71%100%-
XYZ4729.8312.95-
YUV141.199.17209.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.22%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=58.22%
G=21.23%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255939000.640.6501.0910067.65
HexFF5D5A04041016444
Octal377135132010010101144104
Binary11111111101110110110100100000010000010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5D5A; }

 p { color: rgb(255,93,90); }

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

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

 a { background-color: rgb(255,93,90); }

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

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

 span { border-color: rgb(255,93,90); }

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