#FC6980

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

Shades of Brink Pink #FC6980

Tints of Brink Pink #FC6980

Color information

#FC6980 (or 0xFC6980) is unknown color: approx Brink Pink. HEX triplet: FC, 69 and 80. RGB value is (252,105,128). Sum of RGB (Red+Green+Blue) = 252+105+128=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6980 is #03967F. Grayscale: #979797. Windows color (decimal): -235136 or 8415740. OLE color: 8415740.

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

Color convert

RGB252105128-
CMYK00.580.490.01
HSL350.61º96.08%70%-
HSV(B)350.61º58.33%98.82%-
XYZ49.0932.3624.08-
YUV151.58114.7199.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=51.96%
G=21.65%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210512800.580.490.01350.6196.0870
HexFC698003A31115f6046
Octal374151200072611537140106
Binary111111001101001100000000111010110001110101111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6980; }

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

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

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

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

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

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

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

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