#F16864

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

Shades of Bittersweet #F16864

Tints of Bittersweet #F16864

Color information

#F16864 (or 0xF16864) is unknown color: approx Bittersweet. HEX triplet: F1, 68 and 64. RGB value is (241,104,100). Sum of RGB (Red+Green+Blue) = 241+104+100=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F16864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16864 is #0E979B. Grayscale: #909090. Windows color (decimal): -956316 or 6580465. OLE color: 6580465.

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

Color convert

RGB241104100-
CMYK00.570.590.05
HSL1.7º83.43%66.86%-
HSV(B)1.7º58.51%94.51%-
XYZ43.5329.5215.46-
YUV144.51102.89196.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.16%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=54.16%
G=23.37%
B=22.47%

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
Decimal24110410000.570.590.051.783.4366.86
HexF168640393B525343
Octal3611501440717352123103
Binary111100011101000110010001110011110111011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16864; }

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

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

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

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

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

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

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

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