#FE5B7F

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

Shades of Brink Pink #FE5B7F

Tints of Brink Pink #FE5B7F

Color information

#FE5B7F (or 0xFE5B7F) is unknown color: approx Brink Pink. HEX triplet: FE, 5B and 7F. RGB value is (254,91,127). Sum of RGB (Red+Green+Blue) = 254+91+127=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5B7F is #01A480. Grayscale: #8F8F8F. Windows color (decimal): -107649 or 8346622. OLE color: 8346622.

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

Color convert

RGB25491127-
CMYK00.640.500.00
HSL346.75º98.79%67.65%-
HSV(B)346.75º64.17%99.61%-
XYZ48.4430.0923.33-
YUV143.84118.5206.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.81%
GREEN value IS 91 (35.94% from 255) = 19.28%
BLUE value IS 127 (50% from 255) = 26.91%
R=53.81%
G=19.28%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549112700.640.500.00346.7598.7967.65
HexFE5B7F04032015b6344
Octal3761331770100620533143104
Binary111111101011011111111101000000110010010101101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5B7F; }

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

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

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

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

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

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

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

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