#FE5F5E

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

Shades of Bittersweet #FE5F5E

Tints of Bittersweet #FE5F5E

Color information

#FE5F5E (or 0xFE5F5E) is unknown color: approx Bittersweet. HEX triplet: FE, 5F and 5E. RGB value is (254,95,94). Sum of RGB (Red+Green+Blue) = 254+95+94=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5F5E is #01A0A1. Grayscale: #8E8E8E. Windows color (decimal): -106658 or 6184958. OLE color: 6184958.

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

Color convert

RGB2549594-
CMYK00.630.630.00
HSL0.38º98.77%68.24%-
HSV(B)0.38º62.99%99.61%-
XYZ46.9930.0613.92-
YUV142.43100.68207.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.34%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 94 (37.11% from 255) = 21.22%
R=57.34%
G=21.44%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254959400.630.630.000.3898.7768.24
HexFE5F5E03F3F006344
Octal3761371360777700143104
Binary111111101011111101111001111111111110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5F5E; }

 p { color: rgb(254,95,94); }

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

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

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

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

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

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

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