#FF7566

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

Shades of Bittersweet #FF7566

Tints of Bittersweet #FF7566

Color information

#FF7566 (or 0xFF7566) is unknown color: approx Bittersweet. HEX triplet: FF, 75 and 66. RGB value is (255,117,102). Sum of RGB (Red+Green+Blue) = 255+117+102=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7566 is #008A99. Grayscale: #9C9C9C. Windows color (decimal): -35482 or 6714879. OLE color: 6714879.

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

Color convert

RGB255117102-
CMYK00.540.60
HSL5.88º100%70%-
HSV(B)5.88º60%100%-
XYZ5034.9416.68-
YUV156.5597.22198.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.80%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=53.80%
G=24.68%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511710200.540.605.8810070
HexFF75660363C066446
Octal3771651460667406144106
Binary11111111111010111001100110110111100011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7566; }

 p { color: rgb(255,117,102); }

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

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

 a { background-color: rgb(255,117,102); }

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

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

 span { border-color: rgb(255,117,102); }

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