#F15E85

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

Shades of Brink Pink #F15E85

Tints of Brink Pink #F15E85

Color information

#F15E85 (or 0xF15E85) is unknown color: approx Brink Pink. HEX triplet: F1, 5E and 85. RGB value is (241,94,133). Sum of RGB (Red+Green+Blue) = 241+94+133=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15E85 is #0EA17A. Grayscale: #8E8E8E. Windows color (decimal): -958843 or 8740593. OLE color: 8740593.

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

Color convert

RGB24194133-
CMYK00.610.450.05
HSL344.08º84%65.69%-
HSV(B)344.08º61%94.51%-
XYZ44.5128.425.33-
YUV142.4122.7198.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.50%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=51.50%
G=20.09%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419413300.610.450.05344.088465.69
HexF15E8503D2D51585442
Octal361136205075555530124102
Binary11110001101111010000101011110110110110110101100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15E85; }

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

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

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

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

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

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

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

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