#fe5f5b

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

Shades of Bittersweet #FE5F5B

Tints of Bittersweet #FE5F5B

Color information

#FE5F5B (or 0xFE5F5B) is unknown color: approx Bittersweet. HEX triplet: FE, 5F and 5B. RGB value is (254,95,91). Sum of RGB (Red+Green+Blue) = 254+95+91=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5F5B is #01A0A4. Grayscale: #8E8E8E. Windows color (decimal): -106661 or 5988350. OLE color: 5988350.

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

Color convert

RGB2549591-
CMYK00.630.640.00
HSL1.47º98.79%67.65%-
HSV(B)1.47º64.17%99.61%-
XYZ46.8530.0113.22-
YUV142.0899.18207.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.73%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=57.73%
G=21.59%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254959100.630.640.001.4798.7967.65
HexFE5F5B03F40016344
Octal37613713307710001143104
Binary1111111010111111011011011111110000000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe5f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe5f5b; }

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

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

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

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

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

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

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

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