#FF7469

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

Shades of Bittersweet #FF7469

Tints of Bittersweet #FF7469

Color information

#FF7469 (or 0xFF7469) is unknown color: approx Bittersweet. HEX triplet: FF, 74 and 69. RGB value is (255,116,105). Sum of RGB (Red+Green+Blue) = 255+116+105=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7469 is #008B96. Grayscale: #9C9C9C. Windows color (decimal): -35735 or 6911231. OLE color: 6911231.

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

Color convert

RGB255116105-
CMYK00.550.590
HSL4.4º100%70.59%-
HSV(B)4.4º58.82%100%-
XYZ50.0434.7717.44-
YUV156.3199.05198.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=53.57%
G=24.37%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511610500.550.5904.410070.59
HexFF74690373B046447
Octal3771641510677304144107
Binary11111111111010011010010110111111011010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7469; }

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

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

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

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

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

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

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

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