#F16D69

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

Shades of Bittersweet #F16D69

Tints of Bittersweet #F16D69

Color information

#F16D69 (or 0xF16D69) is unknown color: approx Bittersweet. HEX triplet: F1, 6D and 69. RGB value is (241,109,105). Sum of RGB (Red+Green+Blue) = 241+109+105=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D69 is #0E9296. Grayscale: #949494. Windows color (decimal): -955031 or 6909425. OLE color: 6909425.

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

Color convert

RGB241109105-
CMYK00.550.560.05
HSL1.76º82.93%67.84%-
HSV(B)1.76º56.43%94.51%-
XYZ44.2930.6616.95-
YUV148.01103.73194.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=52.97%
G=23.96%
B=23.08%

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
Decimal24110910500.550.560.051.7682.9367.84
HexF16D6903738525344
Octal3611551510677052123104
Binary111100011101101110100101101111110001011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16D69; }

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

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

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

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

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

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

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

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