#FC5786

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

Shades of Brink Pink #FC5786

Tints of Brink Pink #FC5786

Color information

#FC5786 (or 0xFC5786) is unknown color: approx Brink Pink. HEX triplet: FC, 57 and 86. RGB value is (252,87,134). Sum of RGB (Red+Green+Blue) = 252+87+134=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5786 is #03A879. Grayscale: #8D8D8D. Windows color (decimal): -239738 or 8804348. OLE color: 8804348.

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

Color convert

RGB25287134-
CMYK00.650.470.01
HSL342.91º96.49%66.47%-
HSV(B)342.91º65.48%98.82%-
XYZ47.8629.2325.67-
YUV141.69123.66206.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.28%
GREEN value IS 87 (34.38% from 255) = 18.39%
BLUE value IS 134 (52.73% from 255) = 28.33%
R=53.28%
G=18.39%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528713400.650.470.01342.9196.4966.47
HexFC57860412F11576042
Octal3741272060101571527140102
Binary1111110010101111000011001000001101111110101011111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5786; }

 p { color: rgb(252,87,134); }

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

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

 a { background-color: rgb(252,87,134); }

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

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

 span { border-color: rgb(252,87,134); }

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