#F3605F

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

Shades of Bittersweet #F3605F

Tints of Bittersweet #F3605F

Color information

#F3605F (or 0xF3605F) is unknown color: approx Bittersweet. HEX triplet: F3, 60 and 5F. RGB value is (243,96,95). Sum of RGB (Red+Green+Blue) = 243+96+95=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3605F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3605F is #0C9FA0. Grayscale: #8B8B8B. Windows color (decimal): -827297 or 6250739. OLE color: 6250739.

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

Color convert

RGB2439695-
CMYK00.600.610.05
HSL0.41º86.05%66.27%-
HSV(B)0.41º60.91%95.29%-
XYZ43.2128.2514-
YUV139.84102.7201.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.99%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=55.99%
G=22.12%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243969500.600.610.050.4186.0566.27
HexF3605F03C3D505642
Octal3631401370747550126102
Binary11110011110000010111110111100111101101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3605F; }

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

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

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

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

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

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

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

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