#FF5F5D

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

Shades of Bittersweet #FF5F5D

Tints of Bittersweet #FF5F5D

Color information

#FF5F5D (or 0xFF5F5D) is unknown color: approx Bittersweet. HEX triplet: FF, 5F and 5D. RGB value is (255,95,93). Sum of RGB (Red+Green+Blue) = 255+95+93=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F5D is #00A0A2. Grayscale: #8E8E8E. Windows color (decimal): -41123 or 6119423. OLE color: 6119423.

HSL color Cylindrical-coordinate representation of color #FF5F5D: hue angle of 0.74º 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 #FF5F5D is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB2559593-
CMYK00.630.640
HSL0.74º100%68.24%-
HSV(B)0.74º63.53%100%-
XYZ47.3130.2313.7-
YUV142.61100.01208.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.56%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=57.56%
G=21.44%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255959300.630.6400.7410068.24
HexFF5F5D03F40016444
Octal37713713507710001144104
Binary1111111110111111011101011111110000000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5F5D; }

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

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

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

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

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

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

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

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