#F65E5C

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

Shades of Bittersweet #F65E5C

Tints of Bittersweet #F65E5C

Color information

#F65E5C (or 0xF65E5C) is unknown color: approx Bittersweet. HEX triplet: F6, 5E and 5C. RGB value is (246,94,92). Sum of RGB (Red+Green+Blue) = 246+94+92=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65E5C is #09A1A3. Grayscale: #8B8B8B. Windows color (decimal): -631204 or 6053622. OLE color: 6053622.

HSL color Cylindrical-coordinate representation of color #F65E5C: hue angle of 0.78º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65E5C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2469492-
CMYK00.620.630.04
HSL0.78º89.53%66.27%-
HSV(B)0.78º62.6%96.47%-
XYZ43.9428.3713.29-
YUV139.22101.36204.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.94%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=56.94%
G=21.76%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246949200.620.630.040.7889.5366.27
HexF65E5C03E3F415a42
Octal3661361340767741132102
Binary11110110101111010111000111110111111100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65E5C; }

 p { color: rgb(246,94,92); }

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

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

 a { background-color: rgb(246,94,92); }

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

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

 span { border-color: rgb(246,94,92); }

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