#F15F86

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

Shades of Brink Pink #F15F86

Tints of Brink Pink #F15F86

Color information

#F15F86 (or 0xF15F86) is unknown color: approx Brink Pink. HEX triplet: F1, 5F and 86. RGB value is (241,95,134). Sum of RGB (Red+Green+Blue) = 241+95+134=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15F86 is #0EA079. Grayscale: #8F8F8F. Windows color (decimal): -958586 or 8806385. OLE color: 8806385.

HSL color Cylindrical-coordinate representation of color #F15F86: hue angle of 343.97º 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 #F15F86 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB24195134-
CMYK00.610.440.05
HSL343.97º83.91%65.88%-
HSV(B)343.97º60.58%94.51%-
XYZ44.6728.6125.72-
YUV143.1122.87197.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.28%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=51.28%
G=20.21%
B=28.51%

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
Decimal2419513400.610.440.05343.9783.9165.88
HexF15F8603D2C51585442
Octal361137206075545530124102
Binary11110001101111110000110011110110110010110101100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F86; }

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

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

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

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

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

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

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

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