#F37064

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

Shades of Bittersweet #F37064

Tints of Bittersweet #F37064

Color information

#F37064 (or 0xF37064) is unknown color: approx Bittersweet. HEX triplet: F3, 70 and 64. RGB value is (243,112,100). Sum of RGB (Red+Green+Blue) = 243+112+100=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F37064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37064 is #0C8F9B. Grayscale: #959595. Windows color (decimal): -823196 or 6582515. OLE color: 6582515.

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

Color convert

RGB243112100-
CMYK00.540.590.05
HSL5.03º85.63%67.25%-
HSV(B)5.03º58.85%95.29%-
XYZ45.0631.5615.77-
YUV149.899.9194.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.41%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=53.41%
G=24.62%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311210000.540.590.055.0385.6367.25
HexF370640363B555643
Octal3631601440667355126103
Binary1111001111100001100100011011011101110110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37064; }

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

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

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

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

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

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

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

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