#FF6866

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

Shades of Bittersweet #FF6866

Tints of Bittersweet #FF6866

Color information

#FF6866 (or 0xFF6866) is unknown color: approx Bittersweet. HEX triplet: FF, 68 and 66. RGB value is (255,104,102). Sum of RGB (Red+Green+Blue) = 255+104+102=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6866 is #009799. Grayscale: #959595. Windows color (decimal): -38810 or 6711551. OLE color: 6711551.

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

Color convert

RGB255104102-
CMYK00.590.60
HSL0.78º100%70%-
HSV(B)0.78º60%100%-
XYZ48.5932.1216.21-
YUV148.92101.53203.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=55.31%
G=22.56%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510410200.590.600.7810070
HexFF686603B3C016446
Octal3771501460737401144106
Binary111111111101000110011001110111111000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6866; }

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

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

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

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

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

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

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

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