#FC6D85

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

Shades of Brink Pink #FC6D85

Tints of Brink Pink #FC6D85

Color information

#FC6D85 (or 0xFC6D85) is unknown color: approx Brink Pink. HEX triplet: FC, 6D and 85. RGB value is (252,109,133). Sum of RGB (Red+Green+Blue) = 252+109+133=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D85 is #03927A. Grayscale: #9A9A9A. Windows color (decimal): -234107 or 8744444. OLE color: 8744444.

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

Color convert

RGB252109133-
CMYK00.570.470.01
HSL349.93º95.97%70.78%-
HSV(B)349.93º56.75%98.82%-
XYZ49.8533.3326-
YUV154.49115.88197.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=51.01%
G=22.06%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210913300.570.470.01349.9395.9770.78
HexFC6D850392F115e6047
Octal374155205071571536140107
Binary111111001101101100001010111001101111110101111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6D85; }

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

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

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

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

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

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

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

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