#F3745E

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

Shades of Bittersweet #F3745E

Tints of Bittersweet #F3745E

Color information

#F3745E (or 0xF3745E) is unknown color: approx Bittersweet. HEX triplet: F3, 74 and 5E. RGB value is (243,116,94). Sum of RGB (Red+Green+Blue) = 243+116+94=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3745E is #0C8BA1. Grayscale: #979797. Windows color (decimal): -822178 or 6190323. OLE color: 6190323.

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

Color convert

RGB24311694-
CMYK00.520.610.05
HSL8.86º86.13%66.08%-
HSV(B)8.86º61.32%95.29%-
XYZ45.2332.3514.45-
YUV151.4695.58193.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.64%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 94 (37.11% from 255) = 20.75%
R=53.64%
G=25.61%
B=20.75%

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
Decimal2431169400.520.610.058.8686.1366.08
HexF3745E0343D595642
Octal36316413606475511126102
Binary11110011111010010111100110100111101101100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3745E; }

 p { color: rgb(243,116,94); }

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

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

 a { background-color: rgb(243,116,94); }

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

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

 span { border-color: rgb(243,116,94); }

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