#F16A64

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

Shades of Bittersweet #F16A64

Tints of Bittersweet #F16A64

Color information

#F16A64 (or 0xF16A64) is unknown color: approx Bittersweet. HEX triplet: F1, 6A and 64. RGB value is (241,106,100). Sum of RGB (Red+Green+Blue) = 241+106+100=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16A64 is #0E959B. Grayscale: #919191. Windows color (decimal): -955804 or 6580977. OLE color: 6580977.

HSL color Cylindrical-coordinate representation of color #F16A64: hue angle of 2.55º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16A64 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB241106100-
CMYK00.560.590.05
HSL2.55º83.43%66.86%-
HSV(B)2.55º58.51%94.51%-
XYZ43.7329.9315.53-
YUV145.68102.23195.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=53.91%
G=23.71%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110610000.560.590.052.5583.4366.86
HexF16A640383B535343
Octal3611521440707353123103
Binary111100011101010110010001110001110111011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16A64; }

 p { color: rgb(241,106,100); }

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

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

 a { background-color: rgb(241,106,100); }

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

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

 span { border-color: rgb(241,106,100); }

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