#F3605D

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

Shades of Bittersweet #F3605D

Tints of Bittersweet #F3605D

Color information

#F3605D (or 0xF3605D) is unknown color: approx Bittersweet. HEX triplet: F3, 60 and 5D. RGB value is (243,96,93). Sum of RGB (Red+Green+Blue) = 243+96+93=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3605D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3605D is #0C9FA2. Grayscale: #8B8B8B. Windows color (decimal): -827299 or 6119667. OLE color: 6119667.

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

Color convert

RGB2439693-
CMYK00.600.620.05
HSL1.2º86.21%65.88%-
HSV(B)1.2º61.73%95.29%-
XYZ43.1228.2113.53-
YUV139.61101.7201.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.25%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=56.25%
G=22.22%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243969300.600.620.051.286.2165.88
HexF3605D03C3E515642
Octal3631401350747651126102
Binary11110011110000010111010111100111110101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3605D; }

 p { color: rgb(243,96,93); }

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

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

 a { background-color: rgb(243,96,93); }

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

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

 span { border-color: rgb(243,96,93); }

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