#FF7164

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

Shades of Bittersweet #FF7164

Tints of Bittersweet #FF7164

Color information

#FF7164 (or 0xFF7164) is unknown color: approx Bittersweet. HEX triplet: FF, 71 and 64. RGB value is (255,113,100). Sum of RGB (Red+Green+Blue) = 255+113+100=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7164 is #008E9B. Grayscale: #9A9A9A. Windows color (decimal): -36508 or 6582783. OLE color: 6582783.

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

Color convert

RGB255113100-
CMYK00.560.610
HSL5.03º100%69.61%-
HSV(B)5.03º60.78%100%-
XYZ49.4533.9916.01-
YUV153.9897.54200.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.49%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=54.49%
G=24.15%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511310000.560.6105.0310069.61
HexFF71640383D056446
Octal3771611440707505144106
Binary11111111111000111001000111000111101010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7164; }

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

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

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

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

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

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

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

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