#FE6059

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

Shades of Bittersweet #FE6059

Tints of Bittersweet #FE6059

Color information

#FE6059 (or 0xFE6059) is unknown color: approx Bittersweet. HEX triplet: FE, 60 and 59. RGB value is (254,96,89). Sum of RGB (Red+Green+Blue) = 254+96+89=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6059 is #019FA6. Grayscale: #8E8E8E. Windows color (decimal): -106407 or 5857534. OLE color: 5857534.

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

Color convert

RGB2549689-
CMYK00.620.650.00
HSL2.55º98.8%67.25%-
HSV(B)2.55º64.96%99.61%-
XYZ46.8630.1612.8-
YUV142.4497.85207.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.86%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=57.86%
G=21.87%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254968900.620.650.002.5598.867.25
HexFE605903E41036343
Octal37614013107610103143103
Binary11111110110000010110010111110100000101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6059; }

 p { color: rgb(254,96,89); }

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

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

 a { background-color: rgb(254,96,89); }

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

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

 span { border-color: rgb(254,96,89); }

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