Html Css Color HEX #FF5E5A Bittersweet

📋 copy color: '#FF5E5A'

red 255 ◦ green 94 ◦ blue 90

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

Shades of Bittersweet #FF5E5A

Tints of Bittersweet #FF5E5A

RGB

 RED value IS 255 (100% from 255) = 58.09%

 GREEN value IS 94 (37.11% from 255) = 21.41%

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

R = 58.09%
G = 21.41%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF5E5A (or 0xFF5E5A) is known color: Bittersweet. HEX triplet: FF, 5E and 5A. RGB value is (255,94,90). Sum of RGB (Red+Green+Blue) = 255+94+90=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5E5A is #00A1A5. Grayscale: #8D8D8D. Windows color (decimal): -41382 or 5922559. OLE color: 5922559.

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

Color convert

RGB 255 94 90 -
CMYK 0 0.63 0.65 0
HSL 1.45º 1% 0.68% -
HSV(B) 1.45º 0.65% 1% -
XYZ 47.09 30 12.98 -
YUV 141.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 255 94 90 0 0.63 0.65 0 1.45 1 0.68
Hex FF 5E 5A 0 3F 41 0 1 64 44
Octal 377 136 132 0 77 101 0 1 144 104
Binary 11111111 1011110 1011010 0 111111 1000001 0 1 1100100 1000100

Color Harmonies of #FF5E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E5A

Black with #FF5E5A

Text Example


Text Example

White with #FF5E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E5A; }

 p { color: rgb(255,94,90); }

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

background-color css

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

 a { background-color: rgb(255,94,90); }

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

border-color css

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

 span { border-color: rgb(255,94,90); }

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