#FE5B8A

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

Shades of Brink Pink #FE5B8A

Tints of Brink Pink #FE5B8A

Color information

#FE5B8A (or 0xFE5B8A) is unknown color: approx Brink Pink. HEX triplet: FE, 5B and 8A. RGB value is (254,91,138). Sum of RGB (Red+Green+Blue) = 254+91+138=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B8A is #01A475. Grayscale: #919191. Windows color (decimal): -107638 or 9067518. OLE color: 9067518.

HSL color Cylindrical-coordinate representation of color #FE5B8A: hue angle of 342.7º 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 #FE5B8A is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB25491138-
CMYK00.640.460.00
HSL342.7º98.79%67.65%-
HSV(B)342.7º64.17%99.61%-
XYZ49.230.3927.32-
YUV145.1124205.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.59%
GREEN value IS 91 (35.94% from 255) = 18.84%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=52.59%
G=18.84%
B=28.57%

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
Decimal2549113800.640.460.00342.798.7967.65
HexFE5B8A0402E01576344
Octal3761332120100560527143104
Binary1111111010110111000101001000000101110010101011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5B8A; }

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

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

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

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

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

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

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

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