#F16B5C

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

Shades of Bittersweet #F16B5C

Tints of Bittersweet #F16B5C

Color information

#F16B5C (or 0xF16B5C) is unknown color: approx Bittersweet. HEX triplet: F1, 6B and 5C. RGB value is (241,107,92). Sum of RGB (Red+Green+Blue) = 241+107+92=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B5C is #0E94A3. Grayscale: #919191. Windows color (decimal): -955556 or 6056945. OLE color: 6056945.

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

Color convert

RGB24110792-
CMYK00.560.620.05
HSL6.04º84.18%65.29%-
HSV(B)6.04º61.83%94.51%-
XYZ43.4729.9913.62-
YUV145.3697.89196.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.77%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=54.77%
G=24.32%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411079200.560.620.056.0484.1865.29
HexF16B5C0383E565441
Octal3611531340707656124101
Binary1111000111010111011100011100011111010111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16B5C; }

 p { color: rgb(241,107,92); }

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

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

 a { background-color: rgb(241,107,92); }

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

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

 span { border-color: rgb(241,107,92); }

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