#FD7164

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

Shades of Bittersweet #FD7164

Tints of Bittersweet #FD7164

Color information

#FD7164 (or 0xFD7164) is unknown color: approx Bittersweet. HEX triplet: FD, 71 and 64. RGB value is (253,113,100). Sum of RGB (Red+Green+Blue) = 253+113+100=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7164 is #028E9B. Grayscale: #999999. Windows color (decimal): -167580 or 6582781. OLE color: 6582781.

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

Color convert

RGB253113100-
CMYK00.550.600.01
HSL5.1º97.45%69.22%-
HSV(B)5.1º60.47%99.22%-
XYZ48.7133.6115.98-
YUV153.3897.88199.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.29%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=54.29%
G=24.25%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311310000.550.600.015.197.4569.22
HexFD71640373C156145
Octal3751611440677415141105
Binary11111101111000111001000110111111100110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7164; }

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

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

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

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

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

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

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

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