Html Css Color HEX #FD6564 Bittersweet

📋 copy color: '#FD6564'

red 253 ◦ green 101 ◦ blue 100

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

Shades of Bittersweet #FD6564

Tints of Bittersweet #FD6564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.25%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 55.73%
G = 22.25%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD6564 (or 0xFD6564) is known color: Bittersweet. HEX triplet: FD, 65 and 64. RGB value is (253,101,100). Sum of RGB (Red+Green+Blue) = 253+101+100=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6564 is #029A9B. Grayscale: #929292. Windows color (decimal): -170652 or 6579709. OLE color: 6579709.

HSL color Cylindrical-coordinate representation of color #FD6564: hue angle of 0.39º 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 #FD6564 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 100 -
CMYK 0 0.60 0.60 0.01
HSL 0.39º 0.97% 0.69% -
HSV(B) 0.39º 0.6% 0.99% -
XYZ 47.46 31.11 15.56 -
YUV 146.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 253 101 100 0 0.60 0.60 0.01 0.39 0.97 0.69
Hex FD 65 64 0 3C 3C 1 0 61 45
Octal 375 145 144 0 74 74 1 0 141 105
Binary 11111101 1100101 1100100 0 111100 111100 1 0 1100001 1000101

Color Harmonies of #FD6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6564

Black with #FD6564

Text Example


Text Example

White with #FD6564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6564; }

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

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

background-color css

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

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

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

border-color css

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

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

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