#FC7A86

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

Shades of Brink Pink #FC7A86

Tints of Brink Pink #FC7A86

Color information

#FC7A86 (or 0xFC7A86) is unknown color: approx Brink Pink. HEX triplet: FC, 7A and 86. RGB value is (252,122,134). Sum of RGB (Red+Green+Blue) = 252+122+134=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A86 is #038579. Grayscale: #A2A2A2. Windows color (decimal): -230778 or 8813308. OLE color: 8813308.

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

Color convert

RGB252122134-
CMYK00.520.470.01
HSL354.46º95.59%73.33%-
HSV(B)354.46º51.59%98.82%-
XYZ51.4136.3426.86-
YUV162.24112.07192.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.61%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=49.61%
G=24.02%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212213400.520.470.01354.4695.5973.33
HexFC7A860342F11626049
Octal374172206064571542140111
Binary111111001111010100001100110100101111110110001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7A86; }

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

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

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

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

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

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

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

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