#FF665C

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

Shades of Bittersweet #FF665C

Tints of Bittersweet #FF665C

Color information

#FF665C (or 0xFF665C) is unknown color: approx Bittersweet. HEX triplet: FF, 66 and 5C. RGB value is (255,102,92). Sum of RGB (Red+Green+Blue) = 255+102+92=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF665C is #0099A3. Grayscale: #929292. Windows color (decimal): -39332 or 6055679. OLE color: 6055679.

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

Color convert

RGB25510292-
CMYK00.60.640
HSL3.68º100%68.04%-
HSV(B)3.68º63.92%100%-
XYZ47.9231.5413.69-
YUV146.6197.19205.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=56.79%
G=22.72%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551029200.60.6403.6810068.04
HexFF665C03C40046444
Octal37714613407410004144104
Binary111111111100110101110001111001000000010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF665C; }

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

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

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

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

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

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

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

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