#F6745D

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

Shades of Bittersweet #F6745D

Tints of Bittersweet #F6745D

Color information

#F6745D (or 0xF6745D) is unknown color: approx Bittersweet. HEX triplet: F6, 74 and 5D. RGB value is (246,116,93). Sum of RGB (Red+Green+Blue) = 246+116+93=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6745D is #098BA2. Grayscale: #989898. Windows color (decimal): -625571 or 6124790. OLE color: 6124790.

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

Color convert

RGB24611693-
CMYK00.530.620.04
HSL9.02º89.47%66.47%-
HSV(B)9.02º62.2%96.47%-
XYZ46.2332.8714.26-
YUV152.2594.57194.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.07%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 93 (36.72% from 255) = 20.44%
R=54.07%
G=25.49%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461169300.530.620.049.0289.4766.47
HexF6745D0353E495942
Octal36616413506576411131102
Binary11110110111010010111010110101111110100100110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6745D; }

 p { color: rgb(246,116,93); }

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

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

 a { background-color: rgb(246,116,93); }

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

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

 span { border-color: rgb(246,116,93); }

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