#f66f56

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

Shades of Bittersweet #F66F56

Tints of Bittersweet #F66F56

Color information

#F66F56 (or 0xF66F56) is unknown color: approx Bittersweet. HEX triplet: F6, 6F and 56. RGB value is (246,111,86). Sum of RGB (Red+Green+Blue) = 246+111+86=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66F56 is #0990A9. Grayscale: #949494. Windows color (decimal): -626858 or 5664758. OLE color: 5664758.

HSL color Cylindrical-coordinate representation of color #F66F56: hue angle of 9.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F66F56 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24611186-
CMYK00.550.650.04
HSL9.38º89.89%65.1%-
HSV(B)9.38º65.04%96.47%-
XYZ45.3731.6312.52-
YUV148.5292.73197.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.53%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 86 (33.98% from 255) = 19.41%
R=55.53%
G=25.06%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461118600.550.650.049.3889.8965.1
HexF66F5603741495a41
Octal366157126067101411132101
Binary111101101101111101011001101111000001100100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f66f56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f66f56; }

 p { color: rgb(246,111,86); }

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

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

 a { background-color: rgb(246,111,86); }

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

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

 span { border-color: rgb(246,111,86); }

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