#F55B59

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

Shades of Bittersweet #F55B59

Tints of Bittersweet #F55B59

Color information

#F55B59 (or 0xF55B59) is unknown color: approx Bittersweet. HEX triplet: F5, 5B and 59. RGB value is (245,91,89). Sum of RGB (Red+Green+Blue) = 245+91+89=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55B59 is #0AA4A6. Grayscale: #888888. Windows color (decimal): -697511 or 5856245. OLE color: 5856245.

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

Color convert

RGB2459189-
CMYK00.630.640.04
HSL0.77º88.64%65.49%-
HSV(B)0.77º63.67%96.08%-
XYZ43.227.6212.5-
YUV136.82101.02205.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.65%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=57.65%
G=21.41%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245918900.630.640.040.7788.6465.49
HexF55B5903F40415941
Octal36513313107710041131101
Binary111101011011011101100101111111000000100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55B59; }

 p { color: rgb(245,91,89); }

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

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

 a { background-color: rgb(245,91,89); }

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

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

 span { border-color: rgb(245,91,89); }

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