#F1695D

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

Shades of Bittersweet #F1695D

Tints of Bittersweet #F1695D

Color information

#F1695D (or 0xF1695D) is unknown color: approx Bittersweet. HEX triplet: F1, 69 and 5D. RGB value is (241,105,93). Sum of RGB (Red+Green+Blue) = 241+105+93=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1695D is #0E96A2. Grayscale: #909090. Windows color (decimal): -956067 or 6121969. OLE color: 6121969.

HSL color Cylindrical-coordinate representation of color #F1695D: hue angle of 4.86º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1695D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24110593-
CMYK00.560.610.05
HSL4.86º84.09%65.49%-
HSV(B)4.86º61.41%94.51%-
XYZ43.329.5913.79-
YUV144.399.06196.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=54.90%
G=23.92%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411059300.560.610.054.8684.0965.49
HexF1695D0383D555441
Octal3611511350707555124101
Binary1111000111010011011101011100011110110110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1695D; }

 p { color: rgb(241,105,93); }

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

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

 a { background-color: rgb(241,105,93); }

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

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

 span { border-color: rgb(241,105,93); }

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