#F16060

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

Shades of Bittersweet #F16060

Tints of Bittersweet #F16060

Color information

#F16060 (or 0xF16060) is unknown color: approx Bittersweet. HEX triplet: F1, 60 and 60. RGB value is (241,96,96). Sum of RGB (Red+Green+Blue) = 241+96+96=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F16060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16060 is #0E9F9F. Grayscale: #8B8B8B. Windows color (decimal): -958368 or 6316273. OLE color: 6316273.

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

Color convert

RGB2419696-
CMYK00.600.600.05
HSL83.82%66.08%-
HSV(B)60.17%94.51%-
XYZ42.5727.9114.21-
YUV139.35103.54200.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.66%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=55.66%
G=22.17%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241969600.600.600.05083.8266.08
HexF1606003C3C505442
Octal3611401400747450124102
Binary11110001110000011000000111100111100101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16060; }

 p { color: rgb(241,96,96); }

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

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

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

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

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

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

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