Html Css Color HEX #FD5E5A Bittersweet

📋 copy color: '#FD5E5A'

red 253 ◦ green 94 ◦ blue 90

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

Shades of Bittersweet #FD5E5A

Tints of Bittersweet #FD5E5A

RGB

 RED value IS 253 (99.22% from 255) = 57.89%

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

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

R = 57.89%
G = 21.51%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD5E5A (or 0xFD5E5A) is known color: Bittersweet. HEX triplet: FD, 5E and 5A. RGB value is (253,94,90). Sum of RGB (Red+Green+Blue) = 253+94+90=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5E5A is #02A1A5. Grayscale: #8D8D8D. Windows color (decimal): -172454 or 5922557. OLE color: 5922557.

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

Color convert

RGB 253 94 90 -
CMYK 0 0.63 0.64 0.01
HSL 1.47º 0.98% 0.67% -
HSV(B) 1.47º 0.64% 0.99% -
XYZ 46.36 29.63 12.95 -
YUV 141.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 253 94 90 0 0.63 0.64 0.01 1.47 0.98 0.67
Hex FD 5E 5A 0 3F 40 1 1 62 43
Octal 375 136 132 0 77 100 1 1 142 103
Binary 11111101 1011110 1011010 0 111111 1000000 1 1 1100010 1000011

Color Harmonies of #FD5E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E5A

Black with #FD5E5A

Text Example


Text Example

White with #FD5E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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