#F16C69

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

Shades of Bittersweet #F16C69

Tints of Bittersweet #F16C69

Color information

#F16C69 (or 0xF16C69) is unknown color: approx Bittersweet. HEX triplet: F1, 6C and 69. RGB value is (241,108,105). Sum of RGB (Red+Green+Blue) = 241+108+105=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C69 is #0E9396. Grayscale: #939393. Windows color (decimal): -955287 or 6909169. OLE color: 6909169.

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

Color convert

RGB241108105-
CMYK00.550.560.05
HSL1.32º82.93%67.84%-
HSV(B)1.32º56.43%94.51%-
XYZ44.1930.4516.91-
YUV147.42104.06194.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.08%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=53.08%
G=23.79%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110810500.550.560.051.3282.9367.84
HexF16C6903738515344
Octal3611541510677051123104
Binary11110001110110011010010110111111000101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16C69; }

 p { color: rgb(241,108,105); }

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

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

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

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

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

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

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