#FC7486

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

Shades of Brink Pink #FC7486

Tints of Brink Pink #FC7486

Color information

#FC7486 (or 0xFC7486) is unknown color: approx Brink Pink. HEX triplet: FC, 74 and 86. RGB value is (252,116,134). Sum of RGB (Red+Green+Blue) = 252+116+134=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7486 is #038B79. Grayscale: #9E9E9E. Windows color (decimal): -232314 or 8811772. OLE color: 8811772.

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

Color convert

RGB252116134-
CMYK00.540.470.01
HSL352.06º95.77%72.16%-
HSV(B)352.06º53.97%98.82%-
XYZ50.6934.9126.62-
YUV158.72114.06194.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.20%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=50.20%
G=23.11%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211613400.540.470.01352.0695.7772.16
HexFC74860362F11606048
Octal374164206066571540140110
Binary111111001110100100001100110110101111110110000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7486; }

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

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

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

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

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

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

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

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