#FE6161

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

Shades of Bittersweet #FE6161

Tints of Bittersweet #FE6161

Color information

#FE6161 (or 0xFE6161) is unknown color: approx Bittersweet. HEX triplet: FE, 61 and 61. RGB value is (254,97,97). Sum of RGB (Red+Green+Blue) = 254+97+97=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6161 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6161 is #019E9E. Grayscale: #909090. Windows color (decimal): -106143 or 6382078. OLE color: 6382078.

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

Color convert

RGB2549797-
CMYK00.620.620.00
HSL98.74%68.82%-
HSV(B)61.81%99.61%-
XYZ47.3130.4814.7-
YUV143.94101.51206.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=56.70%
G=21.65%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254979700.620.620.00098.7468.82
HexFE616103E3E006345
Octal3761411410767600143105
Binary111111101100001110000101111101111100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6161; }

 p { color: rgb(254,97,97); }

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

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

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

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

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

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

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