#F16E86

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

Shades of Deep Blush #F16E86

Tints of Deep Blush #F16E86

Color information

#F16E86 (or 0xF16E86) is unknown color: approx Deep Blush. HEX triplet: F1, 6E and 86. RGB value is (241,110,134). Sum of RGB (Red+Green+Blue) = 241+110+134=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16E86 is #0E9179. Grayscale: #979797. Windows color (decimal): -954746 or 8810225. OLE color: 8810225.

HSL color Cylindrical-coordinate representation of color #F16E86: hue angle of 349.01º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16E86 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241110134-
CMYK00.540.440.05
HSL349.01º82.39%68.82%-
HSV(B)349.01º54.36%94.51%-
XYZ46.1531.5726.22-
YUV151.9117.9191.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=49.69%
G=22.68%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111013400.540.440.05349.0182.3968.82
HexF16E860362C515d5245
Octal361156206066545535122105
Binary11110001110111010000110011011010110010110101110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16E86; }

 p { color: rgb(241,110,134); }

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

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

 a { background-color: rgb(241,110,134); }

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

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

 span { border-color: rgb(241,110,134); }

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