#FC5482

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

Shades of Brink Pink #FC5482

Tints of Brink Pink #FC5482

Color information

#FC5482 (or 0xFC5482) is unknown color: approx Brink Pink. HEX triplet: FC, 54 and 82. RGB value is (252,84,130). Sum of RGB (Red+Green+Blue) = 252+84+130=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5482 is #03AB7D. Grayscale: #8B8B8B. Windows color (decimal): -240510 or 8541436. OLE color: 8541436.

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

Color convert

RGB25284130-
CMYK00.670.480.01
HSL343.57º96.55%65.88%-
HSV(B)343.57º66.67%98.82%-
XYZ47.3428.6524.15-
YUV139.48122.66208.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.08%
GREEN value IS 84 (33.20% from 255) = 18.03%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=54.08%
G=18.03%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528413000.670.480.01343.5796.5565.88
HexFC54820433011586142
Octal3741242020103601530141102
Binary1111110010101001000001001000011110000110101100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5482; }

 p { color: rgb(252,84,130); }

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

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

 a { background-color: rgb(252,84,130); }

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

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

 span { border-color: rgb(252,84,130); }

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