#FF5884

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

Shades of Brink Pink #FF5884

Tints of Brink Pink #FF5884

Color information

#FF5884 (or 0xFF5884) is unknown color: approx Brink Pink. HEX triplet: FF, 58 and 84. RGB value is (255,88,132). Sum of RGB (Red+Green+Blue) = 255+88+132=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5884 is #00A77B. Grayscale: #8E8E8E. Windows color (decimal): -42876 or 8673535. OLE color: 8673535.

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

Color convert

RGB25588132-
CMYK00.650.480
HSL344.19º100%67.25%-
HSV(B)344.19º65.49%100%-
XYZ48.8929.9125.03-
YUV142.95121.83207.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=53.68%
G=18.53%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558813200.650.480344.1910067.25
HexFF58840413001586443
Octal3771302040101600530144103
Binary1111111110110001000010001000001110000010101100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5884; }

 p { color: rgb(255,88,132); }

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

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

 a { background-color: rgb(255,88,132); }

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

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

 span { border-color: rgb(255,88,132); }

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