#F15B86

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

Shades of Dark Pink #F15B86

Tints of Dark Pink #F15B86

Color information

#F15B86 (or 0xF15B86) is unknown color: approx Dark Pink. HEX triplet: F1, 5B and 86. RGB value is (241,91,134). Sum of RGB (Red+Green+Blue) = 241+91+134=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15B86 is #0EA479. Grayscale: #8C8C8C. Windows color (decimal): -959610 or 8805361. OLE color: 8805361.

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

Color convert

RGB24191134-
CMYK00.620.440.05
HSL342.8º84.27%65.1%-
HSV(B)342.8º62.24%94.51%-
XYZ44.3227.925.6-
YUV140.75124.2199.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 134 (52.73% from 255) = 28.76%
R=51.72%
G=19.53%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419113400.620.440.05342.884.2765.1
HexF15B8603E2C51575441
Octal361133206076545527124101
Binary11110001101101110000110011111010110010110101011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15B86; }

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

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

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

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

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

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

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

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