#F6685A

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

Shades of Bittersweet #F6685A

Tints of Bittersweet #F6685A

Color information

#F6685A (or 0xF6685A) is unknown color: approx Bittersweet. HEX triplet: F6, 68 and 5A. RGB value is (246,104,90). Sum of RGB (Red+Green+Blue) = 246+104+90=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6685A is #0997A5. Grayscale: #919191. Windows color (decimal): -628646 or 5925110. OLE color: 5925110.

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

Color convert

RGB24610490-
CMYK00.580.630.04
HSL5.38º89.66%65.88%-
HSV(B)5.38º63.41%96.47%-
XYZ44.830.2313.15-
YUV144.8697.04200.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.91%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=55.91%
G=23.64%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461049000.580.630.045.3889.6665.88
HexF6685A03A3F455a42
Octal3661501320727745132102
Binary1111011011010001011010011101011111110010110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6685A; }

 p { color: rgb(246,104,90); }

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

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

 a { background-color: rgb(246,104,90); }

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

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

 span { border-color: rgb(246,104,90); }

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