#FC5682

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

Shades of Brink Pink #FC5682

Tints of Brink Pink #FC5682

Color information

#FC5682 (or 0xFC5682) is unknown color: approx Brink Pink. HEX triplet: FC, 56 and 82. RGB value is (252,86,130). Sum of RGB (Red+Green+Blue) = 252+86+130=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5682 is #03A97D. Grayscale: #8C8C8C. Windows color (decimal): -239998 or 8541948. OLE color: 8541948.

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

Color convert

RGB25286130-
CMYK00.660.480.01
HSL344.1º96.51%66.27%-
HSV(B)344.1º65.87%98.82%-
XYZ47.528.9624.21-
YUV140.65122207.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.85%
GREEN value IS 86 (33.98% from 255) = 18.38%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=53.85%
G=18.38%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528613000.660.480.01344.196.5166.27
HexFC56820423011586142
Octal3741262020102601530141102
Binary1111110010101101000001001000010110000110101100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5682; }

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

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

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

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

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

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

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

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