#F16D68

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

Shades of Bittersweet #F16D68

Tints of Bittersweet #F16D68

Color information

#F16D68 (or 0xF16D68) is unknown color: approx Bittersweet. HEX triplet: F1, 6D and 68. RGB value is (241,109,104). Sum of RGB (Red+Green+Blue) = 241+109+104=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D68 is #0E9297. Grayscale: #949494. Windows color (decimal): -955032 or 6843889. OLE color: 6843889.

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

Color convert

RGB241109104-
CMYK00.550.570.05
HSL2.19º83.03%67.65%-
HSV(B)2.19º56.85%94.51%-
XYZ44.2430.6416.68-
YUV147.9103.23194.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.08%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=53.08%
G=24.01%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110910400.550.570.052.1983.0367.65
HexF16D6803739525344
Octal3611551500677152123104
Binary111100011101101110100001101111110011011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16D68; }

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

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

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

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

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

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

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

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