#FF7366

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

Shades of Bittersweet #FF7366

Tints of Bittersweet #FF7366

Color information

#FF7366 (or 0xFF7366) is unknown color: approx Bittersweet. HEX triplet: FF, 73 and 66. RGB value is (255,115,102). Sum of RGB (Red+Green+Blue) = 255+115+102=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7366 is #008C99. Grayscale: #9B9B9B. Windows color (decimal): -35994 or 6714367. OLE color: 6714367.

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

Color convert

RGB255115102-
CMYK00.550.60
HSL5.1º100%70%-
HSV(B)5.1º60%100%-
XYZ49.7734.4816.6-
YUV155.3897.88199.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 115 (45.31% from 255) = 24.36%
BLUE value IS 102 (40.23% from 255) = 21.61%
R=54.03%
G=24.36%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511510200.550.605.110070
HexFF73660373C056446
Octal3771631460677405144106
Binary11111111111001111001100110111111100010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7366; }

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

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

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

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

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

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

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

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