#FC5680

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

Shades of Brink Pink #FC5680

Tints of Brink Pink #FC5680

Color information

#FC5680 (or 0xFC5680) is unknown color: approx Brink Pink. HEX triplet: FC, 56 and 80. RGB value is (252,86,128). Sum of RGB (Red+Green+Blue) = 252+86+128=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5680 is #03A97F. Grayscale: #8C8C8C. Windows color (decimal): -240000 or 8410876. OLE color: 8410876.

HSL color Cylindrical-coordinate representation of color #FC5680: hue angle of 344.82º 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 #FC5680 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB25286128-
CMYK00.660.490.01
HSL344.82º96.51%66.27%-
HSV(B)344.82º65.87%98.82%-
XYZ47.3728.9123.51-
YUV140.42121207.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.08%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=54.08%
G=18.45%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528612800.660.490.01344.8296.5166.27
HexFC56800423111596142
Octal3741262000102611531141102
Binary1111110010101101000000001000010110001110101100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5680; }

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

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

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

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

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

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

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

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