#F15E86

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

Shades of Brink Pink #F15E86

Tints of Brink Pink #F15E86

Color information

#F15E86 (or 0xF15E86) is unknown color: approx Brink Pink. HEX triplet: F1, 5E and 86. RGB value is (241,94,134). Sum of RGB (Red+Green+Blue) = 241+94+134=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15E86 is #0EA179. Grayscale: #8E8E8E. Windows color (decimal): -958842 or 8806129. OLE color: 8806129.

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

Color convert

RGB24194134-
CMYK00.610.440.05
HSL343.67º84%65.69%-
HSV(B)343.67º61%94.51%-
XYZ44.5828.4325.69-
YUV142.51123.2198.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=51.39%
G=20.04%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419413400.610.440.05343.678465.69
HexF15E8603D2C51585442
Octal361136206075545530124102
Binary11110001101111010000110011110110110010110101100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15E86; }

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

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

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

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

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

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

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

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