#F16461

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

Shades of Bittersweet #F16461

Tints of Bittersweet #F16461

Color information

#F16461 (or 0xF16461) is unknown color: approx Bittersweet. HEX triplet: F1, 64 and 61. RGB value is (241,100,97). Sum of RGB (Red+Green+Blue) = 241+100+97=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F16461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16461 is #0E9B9E. Grayscale: #8D8D8D. Windows color (decimal): -957343 or 6382833. OLE color: 6382833.

HSL color Cylindrical-coordinate representation of color #F16461: hue angle of 1.25º 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 #F16461 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24110097-
CMYK00.590.600.05
HSL1.25º83.72%66.27%-
HSV(B)1.25º59.75%94.51%-
XYZ42.9928.6814.58-
YUV141.82102.71198.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.02%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=55.02%
G=22.83%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411009700.590.600.051.2583.7266.27
HexF1646103B3C515442
Octal3611441410737451124102
Binary11110001110010011000010111011111100101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16461; }

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

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

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

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

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

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

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

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