#FF6260

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

Shades of Bittersweet #FF6260

Tints of Bittersweet #FF6260

Color information

#FF6260 (or 0xFF6260) is unknown color: approx Bittersweet. HEX triplet: FF, 62 and 60. RGB value is (255,98,96). Sum of RGB (Red+Green+Blue) = 255+98+96=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6260 is #009D9F. Grayscale: #909090. Windows color (decimal): -40352 or 6316799. OLE color: 6316799.

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

Color convert

RGB2559896-
CMYK00.620.620
HSL0.75º100%68.82%-
HSV(B)0.75º62.35%100%-
XYZ47.7230.8414.5-
YUV144.71100.51206.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=56.79%
G=21.83%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255989600.620.6200.7510068.82
HexFF626003E3E016445
Octal3771421400767601144105
Binary111111111100010110000001111101111100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6260; }

 p { color: rgb(255,98,96); }

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

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

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

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

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

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

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