#F65F5C

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

Shades of Bittersweet #F65F5C

Tints of Bittersweet #F65F5C

Color information

#F65F5C (or 0xF65F5C) is unknown color: approx Bittersweet. HEX triplet: F6, 5F and 5C. RGB value is (246,95,92). Sum of RGB (Red+Green+Blue) = 246+95+92=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65F5C is #09A0A3. Grayscale: #8B8B8B. Windows color (decimal): -630948 or 6053878. OLE color: 6053878.

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

Color convert

RGB2469592-
CMYK00.610.630.04
HSL1.17º89.53%66.27%-
HSV(B)1.17º62.6%96.47%-
XYZ44.0328.5513.32-
YUV139.81101.03203.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.81%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=56.81%
G=21.94%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246959200.610.630.041.1789.5366.27
HexF65F5C03D3F415a42
Octal3661371340757741132102
Binary11110110101111110111000111101111111100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65F5C; }

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

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

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

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

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

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

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

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