#FF7060

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

Shades of Bittersweet #FF7060

Tints of Bittersweet #FF7060

Color information

#FF7060 (or 0xFF7060) is unknown color: approx Bittersweet. HEX triplet: FF, 70 and 60. RGB value is (255,112,96). Sum of RGB (Red+Green+Blue) = 255+112+96=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7060 is #008F9F. Grayscale: #999999. Windows color (decimal): -36768 or 6320383. OLE color: 6320383.

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

Color convert

RGB25511296-
CMYK00.560.620
HSL6.04º100%68.82%-
HSV(B)6.04º62.35%100%-
XYZ49.1533.6914.98-
YUV152.9395.88200.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=55.08%
G=24.19%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551129600.560.6206.0410068.82
HexFF70600383E066445
Octal3771601400707606144105
Binary11111111111000011000000111000111110011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7060; }

 p { color: rgb(255,112,96); }

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

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

 a { background-color: rgb(255,112,96); }

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

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

 span { border-color: rgb(255,112,96); }

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