#F16561

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

Shades of Bittersweet #F16561

Tints of Bittersweet #F16561

Color information

#F16561 (or 0xF16561) is unknown color: approx Bittersweet. HEX triplet: F1, 65 and 61. RGB value is (241,101,97). Sum of RGB (Red+Green+Blue) = 241+101+97=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F16561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16561 is #0E9A9E. Grayscale: #8E8E8E. Windows color (decimal): -957087 or 6383089. OLE color: 6383089.

HSL color Cylindrical-coordinate representation of color #F16561: hue angle of 1.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16561 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24110197-
CMYK00.580.600.05
HSL1.67º83.72%66.27%-
HSV(B)1.67º59.75%94.51%-
XYZ43.0928.8714.61-
YUV142.4102.38198.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=54.90%
G=23.01%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411019700.580.600.051.6783.7266.27
HexF1656103A3C525442
Octal3611451410727452124102
Binary111100011100101110000101110101111001011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16561; }

 p { color: rgb(241,101,97); }

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

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

 a { background-color: rgb(241,101,97); }

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

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

 span { border-color: rgb(241,101,97); }

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