#FF6C6B

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

Shades of Bittersweet #FF6C6B

Tints of Bittersweet #FF6C6B

Color information

#FF6C6B (or 0xFF6C6B) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 6B. RGB value is (255,108,107). Sum of RGB (Red+Green+Blue) = 255+108+107=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C6B is #009394. Grayscale: #979797. Windows color (decimal): -37781 or 7040255. OLE color: 7040255.

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

Color convert

RGB255108107-
CMYK00.580.580
HSL0.41º100%70.98%-
HSV(B)0.41º58.04%100%-
XYZ49.2633.0517.69-
YUV151.84102.7201.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=54.26%
G=22.98%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510810700.580.5800.4110070.98
HexFF6C6B03A3A006447
Octal3771541530727200144107
Binary111111111101100110101101110101110100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C6B; }

 p { color: rgb(255,108,107); }

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

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

 a { background-color: rgb(255,108,107); }

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

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

 span { border-color: rgb(255,108,107); }

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