#fe5b89

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

Shades of Brink Pink #FE5B89

Tints of Brink Pink #FE5B89

Color information

#FE5B89 (or 0xFE5B89) is unknown color: approx Brink Pink. HEX triplet: FE, 5B and 89. RGB value is (254,91,137). Sum of RGB (Red+Green+Blue) = 254+91+137=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B89 is #01A476. Grayscale: #909090. Windows color (decimal): -107639 or 9001982. OLE color: 9001982.

HSL color Cylindrical-coordinate representation of color #FE5B89: hue angle of 343.07º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5B89 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB25491137-
CMYK00.640.460.00
HSL343.07º98.79%67.65%-
HSV(B)343.07º64.17%99.61%-
XYZ49.1330.3626.94-
YUV144.98123.5205.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 91 (35.94% from 255) = 18.88%
BLUE value IS 137 (53.91% from 255) = 28.42%
R=52.70%
G=18.88%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549113700.640.460.00343.0798.7967.65
HexFE5B890402E01576344
Octal3761332110100560527143104
Binary1111111010110111000100101000000101110010101011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe5b89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe5b89; }

 p { color: rgb(254,91,137); }

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

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

 a { background-color: rgb(254,91,137); }

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

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

 span { border-color: rgb(254,91,137); }

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