#FF605D

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

Shades of Bittersweet #FF605D

Tints of Bittersweet #FF605D

Color information

#FF605D (or 0xFF605D) is unknown color: approx Bittersweet. HEX triplet: FF, 60 and 5D. RGB value is (255,96,93). Sum of RGB (Red+Green+Blue) = 255+96+93=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF605D is #009FA2. Grayscale: #8F8F8F. Windows color (decimal): -40867 or 6119679. OLE color: 6119679.

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

Color convert

RGB2559693-
CMYK00.620.640
HSL1.11º100%68.24%-
HSV(B)1.11º63.53%100%-
XYZ47.430.4213.73-
YUV143.299.68207.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.43%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=57.43%
G=21.62%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255969300.620.6401.1110068.24
HexFF605D03E40016444
Octal37714013507610001144104
Binary1111111111000001011101011111010000000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF605D; }

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

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

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

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

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

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

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

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