#FD6563

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

Shades of Bittersweet #FD6563

Tints of Bittersweet #FD6563

Color information

#FD6563 (or 0xFD6563) is unknown color: approx Bittersweet. HEX triplet: FD, 65 and 63. RGB value is (253,101,99). Sum of RGB (Red+Green+Blue) = 253+101+99=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6563 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6563 is #029A9C. Grayscale: #929292. Windows color (decimal): -170653 or 6514173. OLE color: 6514173.

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

Color convert

RGB25310199-
CMYK00.600.610.01
HSL0.78º97.47%69.02%-
HSV(B)0.78º60.87%99.22%-
XYZ47.4131.0915.31-
YUV146.22101.36204.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.85%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=55.85%
G=22.30%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531019900.600.610.010.7897.4769.02
HexFD656303C3D116145
Octal3751451430747511141105
Binary111111011100101110001101111001111011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6563; }

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

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

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

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

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

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

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

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