#F67065

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

Shades of Bittersweet #F67065

Tints of Bittersweet #F67065

Color information

#F67065 (or 0xF67065) is unknown color: approx Bittersweet. HEX triplet: F6, 70 and 65. RGB value is (246,112,101). Sum of RGB (Red+Green+Blue) = 246+112+101=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F67065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67065 is #098F9A. Grayscale: #969696. Windows color (decimal): -626587 or 6648054. OLE color: 6648054.

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

Color convert

RGB246112101-
CMYK00.540.590.04
HSL4.55º88.96%68.04%-
HSV(B)4.55º58.94%96.47%-
XYZ46.1532.1216.08-
YUV150.8199.89195.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 53.59%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=53.59%
G=24.40%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611210100.540.590.044.5588.9668.04
HexF670650363B455944
Octal3661601450667345131104
Binary1111011011100001100101011011011101110010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67065; }

 p { color: rgb(246,112,101); }

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

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

 a { background-color: rgb(246,112,101); }

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

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

 span { border-color: rgb(246,112,101); }

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