#FF6563

Color #FF6563 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FF6563

Tints of Bittersweet #FF6563

Color information

#FF6563 (or 0xFF6563) is unknown color: approx Bittersweet. HEX triplet: FF, 65 and 63. RGB value is (255,101,99). Sum of RGB (Red+Green+Blue) = 255+101+99=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6563 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6563 is #009A9C. Grayscale: #929292. Windows color (decimal): -39581 or 6514175. OLE color: 6514175.

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

Color convert

RGB25510199-
CMYK00.600.610
HSL0.77º100%69.41%-
HSV(B)0.77º61.18%100%-
XYZ48.1531.4715.34-
YUV146.82101.02205.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 99 (39.06% from 255) = 21.76%
R=56.04%
G=22.20%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551019900.600.6100.7710069.41
HexFF656303C3D016445
Octal3771451430747501144105
Binary111111111100101110001101111001111010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6563; }

 p { color: rgb(255,101,99); }

 H1.HeaderClassName
 {
   color: #FF6563;
 }
 .AnyTagClassName
 {
   color: #FF6563;
 }
</style>
background-color css

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

 a { background-color: rgb(255,101,99); }

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

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

 span { border-color: rgb(255,101,99); }

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