#F1745D

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

Shades of Bittersweet #F1745D

Tints of Bittersweet #F1745D

Color information

#F1745D (or 0xF1745D) is unknown color: approx Bittersweet. HEX triplet: F1, 74 and 5D. RGB value is (241,116,93). Sum of RGB (Red+Green+Blue) = 241+116+93=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1745D is #0E8BA2. Grayscale: #969696. Windows color (decimal): -953251 or 6124785. OLE color: 6124785.

HSL color Cylindrical-coordinate representation of color #F1745D: hue angle of 9.32º 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 #F1745D is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24111693-
CMYK00.520.610.05
HSL9.32º84.09%65.49%-
HSV(B)9.32º61.41%94.51%-
XYZ44.531.9814.18-
YUV150.7595.41192.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 93 (36.72% from 255) = 20.67%
R=53.56%
G=25.78%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411169300.520.610.059.3284.0965.49
HexF1745D0343D595441
Octal36116413506475511124101
Binary11110001111010010111010110100111101101100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1745D; }

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

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

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

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

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

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

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

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