#FF5984

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

Shades of Brink Pink #FF5984

Tints of Brink Pink #FF5984

Color information

#FF5984 (or 0xFF5984) is unknown color: approx Brink Pink. HEX triplet: FF, 59 and 84. RGB value is (255,89,132). Sum of RGB (Red+Green+Blue) = 255+89+132=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5984 is #00A67B. Grayscale: #8F8F8F. Windows color (decimal): -42620 or 8673791. OLE color: 8673791.

HSL color Cylindrical-coordinate representation of color #FF5984: hue angle of 344.46º 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 #FF5984 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB25589132-
CMYK00.650.480
HSL344.46º100%67.45%-
HSV(B)344.46º65.1%100%-
XYZ48.9830.0725.05-
YUV143.54121.5207.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 89 (35.16% from 255) = 18.70%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=53.57%
G=18.70%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558913200.650.480344.4610067.45
HexFF59840413001586443
Octal3771312040101600530144103
Binary1111111110110011000010001000001110000010101100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5984; }

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

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

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

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

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

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

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

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