#F16862

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

Shades of Bittersweet #F16862

Tints of Bittersweet #F16862

Color information

#F16862 (or 0xF16862) is unknown color: approx Bittersweet. HEX triplet: F1, 68 and 62. RGB value is (241,104,98). Sum of RGB (Red+Green+Blue) = 241+104+98=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F16862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16862 is #0E979D. Grayscale: #909090. Windows color (decimal): -956318 or 6449393. OLE color: 6449393.

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

Color convert

RGB24110498-
CMYK00.570.590.05
HSL2.52º83.63%66.47%-
HSV(B)2.52º59.34%94.51%-
XYZ43.4329.4814.96-
YUV144.28101.89196.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.40%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=54.40%
G=23.48%
B=22.12%

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
Decimal2411049800.570.590.052.5283.6366.47
HexF168620393B535442
Octal3611501420717353124102
Binary111100011101000110001001110011110111011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16862; }

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

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

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

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

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

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

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

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