#FF7155

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

Shades of Bittersweet #FF7155

Tints of Bittersweet #FF7155

Color information

#FF7155 (or 0xFF7155) is unknown color: approx Bittersweet. HEX triplet: FF, 71 and 55. RGB value is (255,113,85). Sum of RGB (Red+Green+Blue) = 255+113+85=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7155 is #008EAA. Grayscale: #989898. Windows color (decimal): -36523 or 5599743. OLE color: 5599743.

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

Color convert

RGB25511385-
CMYK00.560.670
HSL9.88º100%66.67%-
HSV(B)9.88º66.67%100%-
XYZ48.7833.7312.53-
YUV152.2790.04201.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=56.29%
G=24.94%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551138500.560.6709.8810066.67
HexFF7155038430a6443
Octal377161125070103012144103
Binary1111111111100011010101011100010000110101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7155; }

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

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

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

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

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

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

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

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