Html Css Color HEX #FD6E5E Bittersweet

📋 copy color: '#FD6E5E'

red 253 ◦ green 110 ◦ blue 94

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

Shades of Bittersweet #FD6E5E

Tints of Bittersweet #FD6E5E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.07%

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 55.36%
G = 24.07%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD6E5E (or 0xFD6E5E) is known color: Bittersweet. HEX triplet: FD, 6E and 5E. RGB value is (253,110,94). Sum of RGB (Red+Green+Blue) = 253+110+94=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6E5E is #0291A1. Grayscale: #979797. Windows color (decimal): -168354 or 6188797. OLE color: 6188797.

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

Color convert

RGB 253 110 94 -
CMYK 0 0.57 0.63 0.01
HSL 6.04º 0.98% 0.68% -
HSV(B) 6.04º 0.63% 0.99% -
XYZ 48.1 32.84 14.39 -
YUV 150.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 253 110 94 0 0.57 0.63 0.01 6.04 0.98 0.68
Hex FD 6E 5E 0 39 3F 1 6 62 44
Octal 375 156 136 0 71 77 1 6 142 104
Binary 11111101 1101110 1011110 0 111001 111111 1 110 1100010 1000100

Color Harmonies of #FD6E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E5E

Black with #FD6E5E

Text Example


Text Example

White with #FD6E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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