#F15D87

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

Shades of Brink Pink #F15D87

Tints of Brink Pink #F15D87

Color information

#F15D87 (or 0xF15D87) is unknown color: approx Brink Pink. HEX triplet: F1, 5D and 87. RGB value is (241,93,135). Sum of RGB (Red+Green+Blue) = 241+93+135=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15D87 is #0EA278. Grayscale: #8E8E8E. Windows color (decimal): -959097 or 8871409. OLE color: 8871409.

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

Color convert

RGB24193135-
CMYK00.610.440.05
HSL342.97º84.09%65.49%-
HSV(B)342.97º61.41%94.51%-
XYZ44.5628.2826.03-
YUV142.04124.03198.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=51.39%
G=19.83%
B=28.78%

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
Decimal2419313500.610.440.05342.9784.0965.49
HexF15D8703D2C51575441
Octal361135207075545527124101
Binary11110001101110110000111011110110110010110101011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15D87; }

 p { color: rgb(241,93,135); }

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

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

 a { background-color: rgb(241,93,135); }

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

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

 span { border-color: rgb(241,93,135); }

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