#ff5e90

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

Shades of Brink Pink #FF5E90

Tints of Brink Pink #FF5E90

Color information

#FF5E90 (or 0xFF5E90) is unknown color: approx Brink Pink. HEX triplet: FF, 5E and 90. RGB value is (255,94,144). Sum of RGB (Red+Green+Blue) = 255+94+144=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5E90 is #00A16F. Grayscale: #939393. Windows color (decimal): -41328 or 9461503. OLE color: 9461503.

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

Color convert

RGB25594144-
CMYK00.630.440
HSL341.37º100%68.43%-
HSV(B)341.37º63.14%100%-
XYZ50.2831.2829.77-
YUV147.84125.84204.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 94 (37.11% from 255) = 19.07%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=51.72%
G=19.07%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559414400.630.440341.3710068.43
HexFF5E9003F2C01556444
Octal377136220077540525144104
Binary111111111011110100100000111111101100010101010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5e90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5e90; }

 p { color: rgb(255,94,144); }

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

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

 a { background-color: rgb(255,94,144); }

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

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

 span { border-color: rgb(255,94,144); }

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