#F6695C

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

Shades of Bittersweet #F6695C

Tints of Bittersweet #F6695C

Color information

#F6695C (or 0xF6695C) is unknown color: approx Bittersweet. HEX triplet: F6, 69 and 5C. RGB value is (246,105,92). Sum of RGB (Red+Green+Blue) = 246+105+92=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6695C is #0996A3. Grayscale: #919191. Windows color (decimal): -628388 or 6056438. OLE color: 6056438.

HSL color Cylindrical-coordinate representation of color #F6695C: hue angle of 5.06º 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 #F6695C is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24610592-
CMYK00.570.630.04
HSL5.06º89.53%66.27%-
HSV(B)5.06º62.6%96.47%-
XYZ44.9930.4713.64-
YUV145.6897.71199.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.53%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 92 (36.33% from 255) = 20.77%
R=55.53%
G=23.70%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461059200.570.630.045.0689.5366.27
HexF6695C0393F455a42
Octal3661511340717745132102
Binary1111011011010011011100011100111111110010110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6695C; }

 p { color: rgb(246,105,92); }

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

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

 a { background-color: rgb(246,105,92); }

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

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

 span { border-color: rgb(246,105,92); }

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