#F15C85

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

Shades of Brink Pink #F15C85

Tints of Brink Pink #F15C85

Color information

#F15C85 (or 0xF15C85) is unknown color: approx Brink Pink. HEX triplet: F1, 5C and 85. RGB value is (241,92,133). Sum of RGB (Red+Green+Blue) = 241+92+133=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C85 is #0EA37A. Grayscale: #8D8D8D. Windows color (decimal): -959355 or 8740081. OLE color: 8740081.

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

Color convert

RGB24192133-
CMYK00.620.450.05
HSL343.49º84.18%65.29%-
HSV(B)343.49º61.83%94.51%-
XYZ44.3428.0525.27-
YUV141.22123.36199.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=51.72%
G=19.74%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419213300.620.450.05343.4984.1865.29
HexF15C8503E2D51575441
Octal361134205076555527124101
Binary11110001101110010000101011111010110110110101011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15C85; }

 p { color: rgb(241,92,133); }

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

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

 a { background-color: rgb(241,92,133); }

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

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

 span { border-color: rgb(241,92,133); }

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