#FC6D82

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

Shades of Brink Pink #FC6D82

Tints of Brink Pink #FC6D82

Color information

#FC6D82 (or 0xFC6D82) is unknown color: approx Brink Pink. HEX triplet: FC, 6D and 82. RGB value is (252,109,130). Sum of RGB (Red+Green+Blue) = 252+109+130=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D82 is #03927D. Grayscale: #9A9A9A. Windows color (decimal): -234110 or 8547836. OLE color: 8547836.

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

Color convert

RGB252109130-
CMYK00.570.480.01
HSL351.19º95.97%70.78%-
HSV(B)351.19º56.75%98.82%-
XYZ49.6433.2424.92-
YUV154.15114.38197.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.32%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=51.32%
G=22.20%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210913000.570.480.01351.1995.9770.78
HexFC6D8203930115f6047
Octal374155202071601537140107
Binary111111001101101100000100111001110000110101111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6D82; }

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

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

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

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

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

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

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

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