#FF7069

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

Shades of Bittersweet #FF7069

Tints of Bittersweet #FF7069

Color information

#FF7069 (or 0xFF7069) is unknown color: approx Bittersweet. HEX triplet: FF, 70 and 69. RGB value is (255,112,105). Sum of RGB (Red+Green+Blue) = 255+112+105=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7069 is #008F96. Grayscale: #9A9A9A. Windows color (decimal): -36759 or 6910207. OLE color: 6910207.

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

Color convert

RGB255112105-
CMYK00.560.590
HSL2.8º100%70.59%-
HSV(B)2.8º58.82%100%-
XYZ49.5833.8717.29-
YUV153.96100.38200.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=54.03%
G=23.73%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511210500.560.5902.810070.59
HexFF70690383B036447
Octal3771601510707303144107
Binary1111111111100001101001011100011101101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7069; }

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

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

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

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

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

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

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

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