#F76565

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

Shades of Bittersweet #F76565

Tints of Bittersweet #F76565

Color information

#F76565 (or 0xF76565) is unknown color: approx Bittersweet. HEX triplet: F7, 65 and 65. RGB value is (247,101,101). Sum of RGB (Red+Green+Blue) = 247+101+101=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F76565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76565 is #089A9A. Grayscale: #909090. Windows color (decimal): -563867 or 6645239. OLE color: 6645239.

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

Color convert

RGB247101101-
CMYK00.590.590.03
HSL90.12%68.24%-
HSV(B)59.11%96.86%-
XYZ45.3630.0215.72-
YUV144.65103.37201-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 55.01%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=55.01%
G=22.49%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710110100.590.590.03090.1268.24
HexF7656503B3B305a44
Octal3671451450737330132104
Binary1111011111001011100101011101111101111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76565; }

 p { color: rgb(247,101,101); }

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

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

 a { background-color: rgb(247,101,101); }

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

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

 span { border-color: rgb(247,101,101); }

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