#FD7163

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

Shades of Bittersweet #FD7163

Tints of Bittersweet #FD7163

Color information

#FD7163 (or 0xFD7163) is unknown color: approx Bittersweet. HEX triplet: FD, 71 and 63. RGB value is (253,113,99). Sum of RGB (Red+Green+Blue) = 253+113+99=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7163 is #028E9C. Grayscale: #999999. Windows color (decimal): -167581 or 6517245. OLE color: 6517245.

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

Color convert

RGB25311399-
CMYK00.550.610.01
HSL5.45º97.47%69.02%-
HSV(B)5.45º60.87%99.22%-
XYZ48.6733.5915.72-
YUV153.2697.38199.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=54.41%
G=24.30%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531139900.550.610.015.4597.4769.02
HexFD71630373D156145
Octal3751611430677515141105
Binary11111101111000111000110110111111101110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7163; }

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

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

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

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

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

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

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

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