#F66D5F

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

Shades of Bittersweet #F66D5F

Tints of Bittersweet #F66D5F

Color information

#F66D5F (or 0xF66D5F) is unknown color: approx Bittersweet. HEX triplet: F6, 6D and 5F. RGB value is (246,109,95). Sum of RGB (Red+Green+Blue) = 246+109+95=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66D5F is #0992A0. Grayscale: #949494. Windows color (decimal): -627361 or 6254070. OLE color: 6254070.

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

Color convert

RGB24610995-
CMYK00.560.610.04
HSL5.56º89.35%66.86%-
HSV(B)5.56º61.38%96.47%-
XYZ45.5431.3614.48-
YUV148.3797.89197.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.67%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=54.67%
G=24.22%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461099500.560.610.045.5689.3566.86
HexF66D5F0383D465943
Octal3661551370707546131103
Binary1111011011011011011111011100011110110011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66D5F; }

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

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

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

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

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

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

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

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