#F67364

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

Shades of Bittersweet #F67364

Tints of Bittersweet #F67364

Color information

#F67364 (or 0xF67364) is unknown color: approx Bittersweet. HEX triplet: F6, 73 and 64. RGB value is (246,115,100). Sum of RGB (Red+Green+Blue) = 246+115+100=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F67364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67364 is #098C9B. Grayscale: #989898. Windows color (decimal): -625820 or 6583286. OLE color: 6583286.

HSL color Cylindrical-coordinate representation of color #F67364: hue angle of 6.16º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F67364 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246115100-
CMYK00.530.590.04
HSL6.16º89.02%67.84%-
HSV(B)6.16º59.35%96.47%-
XYZ46.4432.7715.94-
YUV152.4698.4194.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.36%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=53.36%
G=24.95%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611510000.530.590.046.1689.0267.84
HexF673640353B465944
Octal3661631440657346131104
Binary1111011011100111100100011010111101110011010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67364; }

 p { color: rgb(246,115,100); }

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

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

 a { background-color: rgb(246,115,100); }

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

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

 span { border-color: rgb(246,115,100); }

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