#FC6D7A

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

Shades of Brink Pink #FC6D7A

Tints of Brink Pink #FC6D7A

Color information

#FC6D7A (or 0xFC6D7A) is unknown color: approx Brink Pink. HEX triplet: FC, 6D and 7A. RGB value is (252,109,122). Sum of RGB (Red+Green+Blue) = 252+109+122=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6D7A is #039285. Grayscale: #999999. Windows color (decimal): -234118 or 8023548. OLE color: 8023548.

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

Color convert

RGB252109122-
CMYK00.570.520.01
HSL354.55º95.97%70.78%-
HSV(B)354.55º56.75%98.82%-
XYZ49.1333.0422.2-
YUV153.24110.38198.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=52.17%
G=22.57%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210912200.570.520.01354.5595.9770.78
HexFC6D7A0393411636047
Octal374155172071641543140107
Binary11111100110110111110100111001110100110110001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6D7A; }

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

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

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

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

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

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

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

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