#ff6c6c

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

Shades of Bittersweet #FF6C6C

Tints of Bittersweet #FF6C6C

Color information

#FF6C6C (or 0xFF6C6C) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 6C. RGB value is (255,108,108). Sum of RGB (Red+Green+Blue) = 255+108+108=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C6C is #009393. Grayscale: #989898. Windows color (decimal): -37780 or 7105791. OLE color: 7105791.

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

Color convert

RGB255108108-
CMYK00.580.580
HSL100%71.18%-
HSV(B)57.65%100%-
XYZ49.3133.0717.97-
YUV151.95103.2201.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=54.14%
G=22.93%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510810800.580.580010071.18
HexFF6C6C03A3A006447
Octal3771541540727200144107
Binary111111111101100110110001110101110100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6c6c; }

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

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

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

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

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

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

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

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