#FC7286

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

Shades of Brink Pink #FC7286

Tints of Brink Pink #FC7286

Color information

#FC7286 (or 0xFC7286) is unknown color: approx Brink Pink. HEX triplet: FC, 72 and 86. RGB value is (252,114,134). Sum of RGB (Red+Green+Blue) = 252+114+134=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7286 is #038D79. Grayscale: #9D9D9D. Windows color (decimal): -232826 or 8811260. OLE color: 8811260.

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

Color convert

RGB252114134-
CMYK00.550.470.01
HSL351.3º95.83%71.76%-
HSV(B)351.3º54.76%98.82%-
XYZ50.4734.4526.54-
YUV157.54114.72195.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 134 (52.73% from 255) = 26.8%
R=50.4%
G=22.8%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211413400.550.470.01351.395.8371.76
HexFC72860372F115f6048
Octal374162206067571537140110
Binary111111001110010100001100110111101111110101111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7286; }

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

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

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

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

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

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

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

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