#F15886

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

Shades of Dark Pink #F15886

Tints of Dark Pink #F15886

Color information

#F15886 (or 0xF15886) is unknown color: approx Dark Pink. HEX triplet: F1, 58 and 86. RGB value is (241,88,134). Sum of RGB (Red+Green+Blue) = 241+88+134=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F15886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15886 is #0EA779. Grayscale: #8A8A8A. Windows color (decimal): -960378 or 8804593. OLE color: 8804593.

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

Color convert

RGB24188134-
CMYK00.630.440.05
HSL341.96º84.53%64.51%-
HSV(B)341.96º63.49%94.51%-
XYZ44.0727.425.52-
YUV138.99125.19200.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 88 (34.77% from 255) = 19.01%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=52.05%
G=19.01%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418813400.630.440.05341.9684.5364.51
HexF1588603F2C51565541
Octal361130206077545526125101
Binary11110001101100010000110011111110110010110101011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15886; }

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

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

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

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

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

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

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

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