#F66A60

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

Shades of Bittersweet #F66A60

Tints of Bittersweet #F66A60

Color information

#F66A60 (or 0xF66A60) is unknown color: approx Bittersweet. HEX triplet: F6, 6A and 60. RGB value is (246,106,96). Sum of RGB (Red+Green+Blue) = 246+106+96=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66A60 is #09959F. Grayscale: #929292. Windows color (decimal): -628128 or 6318838. OLE color: 6318838.

HSL color Cylindrical-coordinate representation of color #F66A60: hue angle of 4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F66A60 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24610696-
CMYK00.570.610.04
HSL89.29%67.06%-
HSV(B)60.98%96.47%-
XYZ45.2730.7514.61-
YUV146.7299.38198.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.91%
GREEN value IS 106 (41.80% from 255) = 23.66%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=54.91%
G=23.66%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461069600.570.610.04489.2967.06
HexF66A600393D445943
Octal3661521400717544131103
Binary1111011011010101100000011100111110110010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66A60; }

 p { color: rgb(246,106,96); }

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

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

 a { background-color: rgb(246,106,96); }

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

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

 span { border-color: rgb(246,106,96); }

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