#F16863

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

Shades of Bittersweet #F16863

Tints of Bittersweet #F16863

Color information

#F16863 (or 0xF16863) is unknown color: approx Bittersweet. HEX triplet: F1, 68 and 63. RGB value is (241,104,99). Sum of RGB (Red+Green+Blue) = 241+104+99=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F16863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16863 is #0E979C. Grayscale: #909090. Windows color (decimal): -956317 or 6514929. OLE color: 6514929.

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

Color convert

RGB24110499-
CMYK00.570.590.05
HSL2.11º83.53%66.67%-
HSV(B)2.11º58.92%94.51%-
XYZ43.4829.515.21-
YUV144.39102.39196.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.28%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=54.28%
G=23.42%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411049900.570.590.052.1183.5366.67
HexF168630393B525443
Octal3611501430717352124103
Binary111100011101000110001101110011110111011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16863; }

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

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

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

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

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

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

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

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