#FF5484

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

Shades of Brink Pink #FF5484

Tints of Brink Pink #FF5484

Color information

#FF5484 (or 0xFF5484) is unknown color: approx Brink Pink. HEX triplet: FF, 54 and 84. RGB value is (255,84,132). Sum of RGB (Red+Green+Blue) = 255+84+132=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5484 is #00AB7B. Grayscale: #8C8C8C. Windows color (decimal): -43900 or 8672511. OLE color: 8672511.

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

Color convert

RGB25584132-
CMYK00.670.480
HSL343.16º100%66.47%-
HSV(B)343.16º67.06%100%-
XYZ48.5829.2724.92-
YUV140.6123.15209.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 84 (33.20% from 255) = 17.83%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=54.14%
G=17.83%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558413200.670.480343.1610066.47
HexFF54840433001576442
Octal3771242040103600527144102
Binary1111111110101001000010001000011110000010101011111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5484; }

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

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

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

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

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

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

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

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