Html Css Color HEX #FD6E65 Bittersweet

📋 copy color: '#FD6E65'

red 253 ◦ green 110 ◦ blue 101

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

Shades of Bittersweet #FD6E65

Tints of Bittersweet #FD6E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 54.53%
G = 23.71%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD6E65 (or 0xFD6E65) is known color: Bittersweet. HEX triplet: FD, 6E and 65. RGB value is (253,110,101). Sum of RGB (Red+Green+Blue) = 253+110+101=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6E65 is #02919A. Grayscale: #979797. Windows color (decimal): -168347 or 6647549. OLE color: 6647549.

HSL color Cylindrical-coordinate representation of color #FD6E65: hue angle of 3.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD6E65 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 110 101 -
CMYK 0 0.57 0.60 0.01
HSL 3.55º 0.97% 0.69% -
HSV(B) 3.55º 0.6% 0.99% -
XYZ 48.43 32.97 16.12 -
YUV 151.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 253 110 101 0 0.57 0.60 0.01 3.55 0.97 0.69
Hex FD 6E 65 0 39 3C 1 4 61 45
Octal 375 156 145 0 71 74 1 4 141 105
Binary 11111101 1101110 1100101 0 111001 111100 1 100 1100001 1000101

Color Harmonies of #FD6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E65

Black with #FD6E65

Text Example


Text Example

White with #FD6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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