#F16E5D

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

Shades of Bittersweet #F16E5D

Tints of Bittersweet #F16E5D

Color information

#F16E5D (or 0xF16E5D) is unknown color: approx Bittersweet. HEX triplet: F1, 6E and 5D. RGB value is (241,110,93). Sum of RGB (Red+Green+Blue) = 241+110+93=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E5D is #0E91A2. Grayscale: #939393. Windows color (decimal): -954787 or 6123249. OLE color: 6123249.

HSL color Cylindrical-coordinate representation of color #F16E5D: hue angle of 6.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F16E5D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24111093-
CMYK00.540.610.05
HSL6.89º84.09%65.49%-
HSV(B)6.89º61.41%94.51%-
XYZ43.8330.6413.96-
YUV147.2397.4194.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=54.28%
G=24.77%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411109300.540.610.056.8984.0965.49
HexF16E5D0363D575441
Octal3611561350667557124101
Binary1111000111011101011101011011011110110111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16E5D; }

 p { color: rgb(241,110,93); }

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

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

 a { background-color: rgb(241,110,93); }

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

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

 span { border-color: rgb(241,110,93); }

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