#F3645E

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

Shades of Bittersweet #F3645E

Tints of Bittersweet #F3645E

Color information

#F3645E (or 0xF3645E) is unknown color: approx Bittersweet. HEX triplet: F3, 64 and 5E. RGB value is (243,100,94). Sum of RGB (Red+Green+Blue) = 243+100+94=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F3645E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3645E is #0C9BA1. Grayscale: #8E8E8E. Windows color (decimal): -826274 or 6186227. OLE color: 6186227.

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

Color convert

RGB24310094-
CMYK00.590.610.05
HSL2.42º86.13%66.08%-
HSV(B)2.42º61.32%95.29%-
XYZ43.5428.9813.89-
YUV142.07100.88199.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.61%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=55.61%
G=22.88%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431009400.590.610.052.4286.1366.08
HexF3645E03B3D525642
Octal3631441360737552126102
Binary111100111100100101111001110111111011011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3645E; }

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

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

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

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

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

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

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

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