#F67464

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

Shades of Bittersweet #F67464

Tints of Bittersweet #F67464

Color information

#F67464 (or 0xF67464) is unknown color: approx Bittersweet. HEX triplet: F6, 74 and 64. RGB value is (246,116,100). Sum of RGB (Red+Green+Blue) = 246+116+100=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F67464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67464 is #098B9B. Grayscale: #999999. Windows color (decimal): -625564 or 6583542. OLE color: 6583542.

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

Color convert

RGB246116100-
CMYK00.530.590.04
HSL6.58º89.02%67.84%-
HSV(B)6.58º59.35%96.47%-
XYZ46.553315.97-
YUV153.0598.07194.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.25%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 100 (39.45% from 255) = 21.65%
R=53.25%
G=25.11%
B=21.65%

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
Decimal24611610000.530.590.046.5889.0267.84
HexF674640353B475944
Octal3661641440657347131104
Binary1111011011101001100100011010111101110011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67464; }

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

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

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

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

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

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

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

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