Html Css Color HEX #FE5B5A Bittersweet

📋 copy color: '#FE5B5A'

red 254 ◦ green 91 ◦ blue 90

#FE5B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FE5B5A

Tints of Bittersweet #FE5B5A

RGB

 RED value IS 254 (99.61% from 255) = 58.39%

 GREEN value IS 91 (35.94% from 255) = 20.92%

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 58.39%
G = 20.92%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE5B5A (or 0xFE5B5A) is known color: Bittersweet. HEX triplet: FE, 5B and 5A. RGB value is (254,91,90). Sum of RGB (Red+Green+Blue) = 254+91+90=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5B5A is #01A4A5. Grayscale: #8B8B8B. Windows color (decimal): -107686 or 5921790. OLE color: 5921790.

HSL color Cylindrical-coordinate representation of color #FE5B5A: hue angle of 0.37º 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 #FE5B5A is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 91 90 -
CMYK 0 0.64 0.65 0.00
HSL 0.37º 0.99% 0.67% -
HSV(B) 0.37º 0.65% 1% -
XYZ 46.46 29.29 12.88 -
YUV 139.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 254 91 90 0 0.64 0.65 0.00 0.37 0.99 0.67
Hex FE 5B 5A 0 40 41 0 0 63 43
Octal 376 133 132 0 100 101 0 0 143 103
Binary 11111110 1011011 1011010 0 1000000 1000001 0 0 1100011 1000011

Color Harmonies of #FE5B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B5A

Black with #FE5B5A

Text Example


Text Example

White with #FE5B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B5A; }

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

 H1.HeaderClassName
 {
   color: #FE5B5A;
 }
 .AnyTagClassName
 {
   color: #FE5B5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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