#F16968

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

Shades of Bittersweet #F16968

Tints of Bittersweet #F16968

Color information

#F16968 (or 0xF16968) is unknown color: approx Bittersweet. HEX triplet: F1, 69 and 68. RGB value is (241,105,104). Sum of RGB (Red+Green+Blue) = 241+105+104=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F16968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16968 is #0E9697. Grayscale: #919191. Windows color (decimal): -956056 or 6842865. OLE color: 6842865.

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

Color convert

RGB241105104-
CMYK00.560.570.05
HSL0.44º83.03%67.65%-
HSV(B)0.44º56.85%94.51%-
XYZ43.8329.816.54-
YUV145.55104.56196.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=53.56%
G=23.33%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110510400.560.570.050.4483.0367.65
HexF1696803839505344
Octal3611511500707150123104
Binary11110001110100111010000111000111001101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16968; }

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

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

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

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

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

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

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

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