#FF6C61

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

Shades of Bittersweet #FF6C61

Tints of Bittersweet #FF6C61

Color information

#FF6C61 (or 0xFF6C61) is unknown color: approx Bittersweet. HEX triplet: FF, 6C and 61. RGB value is (255,108,97). Sum of RGB (Red+Green+Blue) = 255+108+97=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C61 is #00939E. Grayscale: #969696. Windows color (decimal): -37791 or 6384895. OLE color: 6384895.

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

Color convert

RGB25510897-
CMYK00.580.620
HSL4.18º100%69.02%-
HSV(B)4.18º61.96%100%-
XYZ48.7632.8515.08-
YUV150.797.7202.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.43%
GREEN value IS 108 (42.58% from 255) = 23.48%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=55.43%
G=23.48%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551089700.580.6204.1810069.02
HexFF6C6103A3E046445
Octal3771541410727604144105
Binary11111111110110011000010111010111110010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C61; }

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

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

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

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

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

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

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

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